You can control your memory settings in several ways:
+ jvm args. Something like this (using the gwt maven plugin):
<extraJvmArgs>-Xms1G -Xmx1G -Xss1024k</extraJvmArgs>

+ Local workers to control the number of cores it uses. Per default it try 
to use as much cores as possible. In my experience you have to reduce this 
number if you have limited ram memory. I my case I had to use it to 1 as 
otherwise I got strange memory problems. In gwt maven  plugin:
<localWorkers>1</localWorkers>

- Ed

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