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.)