Re: Debugger app always out of memory on Vista

2009-01-27 Thread Mr. Taylor
Look in this forum for setting the maxmemory parameter in the build- gwt.xml On Jan 25, 4:01 pm, Arilian gerw...@gmail.com wrote: I'm trying to setup and run the basic app (from applicationCreator) in intellij. Every time I try to run it it gives me any out of memory error. I've upped the

Debugger app always out of memory on Vista

2009-01-25 Thread Arilian
I'm trying to setup and run the basic app (from applicationCreator) in intellij. Every time I try to run it it gives me any out of memory error. I've upped the -Xms to 4096 and still the same result. I could keep going but I'm guessing that's fairly futile. Does anyone have any ideas what might

Re: Debugger app always out of memory on Vista

2009-01-25 Thread Charlie Collins
If you are using -Xms you haven't upped anything. That's the MINIMUM memory setting. Try -Xmx256m or such if you are trying to up the maximum pool size. http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html A basic app (one from applicationCreator) should require a reasonably small