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 amount of memory for the compiler (and add the overhead of intellij, etc). On Jan 25, 4:01 pm, Arilian <[email protected]> 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 -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 be causing this? > > I'm using gwt-1.5.3 > > Thanks > Gerwood --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
