On Tue, Nov 10, 2009 at 8:52 PM, Rob Shepherd <rs@xxxxxxxxxxxxx> wrote:
I finally tracked down the crash to that single 1MB adjustment of RAM.
although the JVM is only configured to use 512MB of RAM MAX (-Xmx512m)
This is very bizarre. Has anybody seen behaviour before, or have any
comments about why it may be happening?
Java uses MORE memory then what you set on -Xmx. For example, I set
-Xmx512m on an app and "top" shows 693MB RES, 1392M VIRT.
Perhaps you disable swap so that all VIRT needs to be on memory, thus
oom-killer killed it?