Re: GWT 2.1+ Compiler issues

2011-07-18 Thread Kevin Jordan
Well, I've figured out if I limit the gwt-maven-plugin localWorkers section to 2 in my configuration for it, it doesn't hammer the memory nearly as much as when it defaults to the usual number which is how many processors/cores you have. On Jul 17, 3:30 pm, Kevin Jordan ke...@kjordan.net wrote:

Re: GWT 2.1+ Compiler issues

2011-07-17 Thread Kevin Jordan
Yeah, I'm not doing it in Eclipse either. I'm doing it in Jenkins with Maven. Takes anywhere from 20-50 minutes now whereas before I switched to 2.3 and started adding RequestFactory stuff, it took 6-10 minutes. It also seems to take 11GB of memory which is my all my main memory + most of the

Re: GWT 2.1+ Compiler issues

2011-07-13 Thread Brian
I'm not using Google Plugin for Eclipse. Its simply compiling GWT with Maven 2.1 from the command line On Jul 12, 7:44 pm, Jeff Larsen larse...@gmail.com wrote: I put this in the issue tracker, but I wrote a groovy script to delete every file in the temp directory. Feel free to adapt it to

Re: GWT 2.1+ Compiler issues

2011-07-12 Thread Brian
Thats interesting. I also have a quad core AMD with 8GB of RAM. Its 64 bit windows running on a Dell Studio XPS 7100. I wonder if anyone else has experienced this. It just seems really strange that moving from one version to another would have such an impact on compilation time. On Jul 11, 6:22 

Re: GWT 2.1+ Compiler issues

2011-07-12 Thread Ashwin Desikan
I have a quad core as well and have experienced slowness. I think it more so to do with validating XML files. I don't believe it has anything to do with requestfactory. Both validation and context assist are painfully slow. Thanks Ashwin Sent from my iPhone On Jul 12, 2011, at 3:41 PM,

Re: GWT 2.1+ Compiler issues

2011-07-12 Thread David Chandler
Possibly related: https://groups.google.com/forum/#!msg/google-web-toolkit/IWPDWYD8DbA/VNKkCt7qwrMJ http://code.google.com/p/google-web-toolkit/issues/detail?id=5261 Such a huge jump in memory usage with 2.3 is certainly not typical. /dmc On Tue, Jul 12, 2011 at 8:43 AM, Ashwin Desikan

Re: GWT 2.1+ Compiler issues

2011-07-12 Thread Jeff Larsen
I put this in the issue tracker, but I wrote a groovy script to delete every file in the temp directory. Feel free to adapt it to however you need. Change the first line to the correct directory however. def directory = C:\\Documents and Settings\\jlarsen\\Local Settings\\Temp //CHANGE ME

Re: GWT 2.1+ Compiler issues

2011-07-12 Thread softmahi
Hi here whats it stands for ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/_uzrIEiP7RIJ. To post to this group, send email to

GWT 2.1+ Compiler issues

2011-07-11 Thread Brian
Hi I am upgrading my GWT app from 2.0 to 2.3. When I'm compiling with 2.1, 2.2 or 2.3 I am seeing a huge increase in the memory usage. I'm giving it 3Gb and its maxing this out. Any less than this and I am getting OutOfMemoryExceptions. I'm also noticing that its writing massive amounts of data

Re: GWT 2.1+ Compiler issues

2011-07-11 Thread Kevin Jordan
I've noticed that with GWT 2.3 and RequestFactory stuff added it takes 2x as long to compile now on a quad core AMD machine with 8GB of RAM. On Jul 11, 10:00 am, Brian bboyl...@gmail.com wrote: Hi I am upgrading my GWT app from 2.0 to 2.3. When I'm compiling with 2.1, 2.2 or 2.3 I am seeing a