Quoting ICMan <[EMAIL PROTECTED]>:
Hello,
I just compiled (after a whole day) the jdk 1.5.0p19 distribution on OBSD
4.0, and I get the following error whenever I run java or attempt to use
the plugin with firefox:
"Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine."
I have tried "ulimit -d 100000", I have tried "java -Xms10M -Xmx10M", "java
-Xms100M -Xmx100M", and even "java -Xms1M -Xmx1M". None work. I
continue to get the same error.
Need help badly.
Thanks
ICMan.
I have just completed a java installation from source as well and got
the same error. Setting "ulimit -d 400000" cleared that error for me;
try a higher value.
Marc