Page 1 of 1

java memory heap out of memory error

Posted: Wed Feb 13, 2008 6:02 pm
by gtrauth
When I try to view a mappack in Jigle, it hangs forever. When I review the log file it's telling me the 'java heap is out of memory'. I'm no expert on this and was wondering how to allocate more memory.

I've read some posts about using the -Xms command but when I try it doesn't recognize the syntax.

I'm sure I'm doing something wrong.

Can anyone point me in the right direction?

Thanks,
G

hrrm

Posted: Thu Feb 14, 2008 1:39 am
by uhtu
yeah that's a real pain sometimes, and we're still looking for a good solution.

edit your run.sh (or run.bat on windows) and change "-mx256m" to something larger. mine is usually 768 or 1024, depending.

Posted: Thu Feb 14, 2008 10:50 pm
by gtrauth
Thanks. I'll give it a go and see what happens.

Cheers