Re: Problem to do prod compile

2015-03-17 Thread Blaze
Hi Jens, I have already tried to add more RAM, also added now more workers. Nothing helps. If I try to compile with log level info, the process runs, and runs...and I shut it down after 1.5hrs :) this is the logging I got in the full time: Compiling module app.xxx Ignored 8 units with compi

Re: Problem to do prod compile

2015-03-17 Thread Jens
These outputs are normal when you enable DEBUG log level. It basically shows you what GWT does during deferred binding rules matching. Yes its a lot of output. Generally as your app grows you also have to adjust the heap memory during compilation from time to time. The -localWorkers option also

Problem to do prod compile

2015-03-16 Thread Blaze
Hi, I try to compile my application with a normal compile, and its flooding me with this kind of logging when is compiled in debug mode. There is a millions of this checking rules which try to make differ binding, but looks like failing all the time. After some period it goes in Java heap space