If I try to run Java with more than 1397mb using -Xmx1397m command line parameter it fails to initialize. Why is this?
I.E.:
"
java path\java.exe" -Xmx1397m
-> worksjava path\java.exe" -Xmx1398m
->crashes
The machine almost 100GB of unused ram and I'm running 32bit java