Re: Increasing Java Heap Space

2009-12-08 Thread Alexis Midon
you can set the env variable JAVA_OPTS="-XX:MaxPermSize=256m -Xmx1024m" On Mon, Nov 23, 2009 at 7:25 AM, Andreas Fritzler < andreas.fritz...@googlemail.com> wrote: > Hi, > > I'm running here out of heap space while building ODE. How can I > increase the heap space memory for Java to avoid this? >

Increasing Java Heap Space

2009-11-23 Thread Andreas Fritzler
Hi, I'm running here out of heap space while building ODE. How can I increase the heap space memory for Java to avoid this? Cheers, Andreas