https://bz.apache.org/bugzilla/show_bug.cgi?id=63474

--- Comment #6 from Dominik Stadler <[email protected]> ---
Please note that a crash with "Cannot allocate memory" indicates that your
system runs out of physical available memory overall, not just for the single
Java process. So it seems your Xmx is higher than the amount of memory
available on your system.

You might simply test on a different machine with more available physical
memory or try stopping some memory-hungry processes on this machine to see if
that makes it work. Also reducing the Xmx might show the usual OutOfMemory
exception again.

In general, if the JVM crashes, the problem is usually outside of the Java
program itself.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to