Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread Jens
As already said the first thing you should do is to use -strict. This makes sure GWT compiler does not ignore compile errors. Given you have 12 compile errors, you want to fix them first. Next it looks like you have a lot of split points if you have 856 *.cache.js files. Given that 817 of these

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread 'Frank Hossfeld' via GWT Users
First, you should fix this: *ompiling module project2.**Project2* * Validating units: Ignored 12 units with compilation errors in first pass.Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.* *set the logLevel to TRACE and check the error message. That sh

Re: URGENT: GWT build crash with out of memory

2022-03-02 Thread vie...@gmail.com
Hi there, you can check, if there are the correct values with jconsole or visualvm. Please check the java call you are using to build the project. Maybe you can add there a general -Xmx4000M (or something). Best regards viny...@gmail.com schrieb am Dienstag, 1. März 2022 um 16:27:41 UTC+1: >