riks Geschrieben April 15, 2020 at 14:32 Geschrieben April 15, 2020 at 14:32 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 Zitieren
photron Geschrieben April 16, 2020 at 11:48 Geschrieben April 16, 2020 at 11:48 The space between -Xms and 64M is the problem. It has to read -Xms64M. Zitieren
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.