C
Christian Neuroth
Hi there!
I am currently working on a Java app that is in need of
a huge heap (at least 4G). But as soon as I only want
to start the VM, I get the following message:
"...Error occurred during initialization of VM
Could not reserve enough space for object heap..."
This message is there each time, I try to start the VM
with more than 2G (java ... -mx2g ...)
The development machine I am working on has enough physical
memory (4G) and runs with Debian Linux. I found the following
bug:
http://developer.java.sun.com/developer/bugParade/bugs/4435069.html
So they state, it has something to do with the Linux kernel
and might be "solved" by applieing another OS.
-->>
Does anybode use a VM with larges heap space (4G and above) -
and if the answer is yes: what OS does he/ she use?
--<<
Thanks!
Christian
I am currently working on a Java app that is in need of
a huge heap (at least 4G). But as soon as I only want
to start the VM, I get the following message:
"...Error occurred during initialization of VM
Could not reserve enough space for object heap..."
This message is there each time, I try to start the VM
with more than 2G (java ... -mx2g ...)
The development machine I am working on has enough physical
memory (4G) and runs with Debian Linux. I found the following
bug:
http://developer.java.sun.com/developer/bugParade/bugs/4435069.html
So they state, it has something to do with the Linux kernel
and might be "solved" by applieing another OS.
-->>
Does anybode use a VM with larges heap space (4G and above) -
and if the answer is yes: what OS does he/ she use?
--<<
Thanks!
Christian