CodeServer runs out of memory

2014-11-10 Thread Oleg Cohen
Greetings, I am running a large application in SDM in Eclipse and I am getting a java.lang.OutOfMemoryError: Java heap space error: *Out of memory; to increase the amount of memory, use the -Xmx flag at startup (java -Xmx128M ...)* Is there a way to increase the memory? Thank you! Oleg --

Re: CodeServer runs out of memory

2014-11-10 Thread Henrik Lernmark
Open run configurations. In the arguments tab you can increase the VM:s memory allocation with: -XX:MaxPermSize=512m -Xmx1024m in the VM arguments box. On Monday, November 10, 2014 12:40:53 PM UTC+1, Oleg Cohen wrote: Greetings, I am running a large application in SDM in Eclipse and I am