In the project I'm working on we have about 300k LOC and ~7000 classes. The GWT Compiler is invoked with the following arguments on the build machine (this machine has 8 cores and 64gb of ram): - Dgwt.localWorkers=8 -Xmx2048M -Xss1024M and there are 48 permutations to compute. Do you guys have any idea what else we could tweak here?
On May 18, 4:02 pm, Raphael André Bauer <[email protected]> wrote: > On Tue, May 17, 2011 at 11:55 PM, googelybear <[email protected]> wrote: > > Hi, > > > I have recently updated from GWT 2.2.0 to 2.3 and noticed a > > significant increas in compile time: Compile time with 2.2.0 was > > 45minutes and now with 2.3 it increased to 1h 12m - that's almost a > > 40% increase. I didn't change any settings at all. > > > Are others experiencing this as well? > > Do you have any suggestions how to get the compile time down again? > > GWT 2.3 introduces a new permutation for IE9. This can explain your > compile time. If you want to support IE9 "natively" you have to accept > that I guess... > > Best, > > Raphael -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
