I am running gwt 2.3 and smartgwt power 2.5 nightly on RedHat 5. I am launching my app in dev mode using eclipse. My eclipse startup command is eclipse -vmargs -XX:PermSize=64M -XX:MaxPermSize=3072M& and my debug configurations for the plugin I have -Xmx3072m under VM arguments in eclipse. I get the error java.lang.OutOfMemoryError: PermGen space
[ERROR] Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...)
What can I do to get rid of this error?
[ERROR] Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...)
What can I do to get rid of this error?
Comment