riks Posted April 15, 2020 at 02:32 PM Share Posted April 15, 2020 at 02:32 PM Hi, I am trying to set the min/max memory my java program can use on the red brick. There is not a lot of information provided how to set it. I specified JVM Options: -Xms 64M -Xmx128M Invalid initial heap size: -Xms 64M -Xmx128M Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. What should be the right syntax for this ? Thanks, Rik Quote Link to comment Share on other sites More sharing options...
photron Posted April 16, 2020 at 11:48 AM Share Posted April 16, 2020 at 11:48 AM The space between -Xms and 64M is the problem. It has to read -Xms64M. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.