Depending on how you're calling the compiler, there may be several options 
available to you:

1) start the compiler at an elevated nice level (nice first, not renicing 
after start)

2) Tweak the jvm arguments so the compiler is less greedy with resources

3) Consider tweaking the GWT compiler options for faster, less optimized 
compile times if you're just iterating quickly


The following URL has a lot of information on getting better mileage out of 
GWT development, including many of the options you can pass both to devmode 
and the compiler (compiler args are at the bottom):
http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html


-- 
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.

Reply via email to