Page 1 of 1

[junk]

PostPosted: Tue Dec 11, 2012 7:23 pm
by MvGulik
[just some duplicate, and thereby useless, and therefor removed post]

Re: [Client:Unkown] Other OutOfMemoryError

PostPosted: Tue Dec 11, 2012 11:53 pm
by MvGulik
[dido]

Re: [Client:Unkown] Other OutOfMemoryError

PostPosted: Wed Dec 12, 2012 12:44 pm
by HasseKebab
what java are you running, how much ram do you have?

Re: [Client:Unkown] Other OutOfMemoryError

PostPosted: Wed Dec 12, 2012 11:02 pm
by MvGulik
[see next message]

Re: [Client:Unkown] Other OutOfMemoryError

PostPosted: Wed Dec 12, 2012 11:33 pm
by MagicManICT
MvGulik wrote:java.version 1.7.0_09
mem.free 366.535.712
mem.max 778.502.144
mem.total 778.502.144


That's what you're looking for HasseKebab. Java can limit the environment size and if the application exceeds that size, it still crashes OOM if memory can't be allocated on the heap. Having 8 or 16 GB RAM wouldn't help. It just means you can have a larger max heap. I've a feeling that pushing the max heap up wouldn't help, either. (It appears the heap is set to max at 768MB.)