Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] How to increase heap/stack size for uDig?

Hi list!
My application needs to keep large amount of data (~200M) in the
memory. But now uDig breaks while loading this data:

!ENTRY org.eclipse.ui 4 4 2007-05-24 23:15:14.046
!MESSAGE Unhandled event loop exception

!ENTRY org.eclipse.ui 4 0 2007-05-24 23:15:14.046
!MESSAGE Java heap space
!STACK 0
java.lang.OutOfMemoryError: Java heap space

I tried to increase heap size in eclipse.ini (for now I launch uDig
from eclipse) - but it has no effect, uDig breaks again. And what to
do if uDig is launched as separate application?

So can anyone say where we can configure uDig's heap size / stack size?
Thanks!


Back to the top