Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 1.39 KB

Runtime_Memory.wiki

File metadata and controls

9 lines (9 loc) · 1.39 KB


Runtime Memory
The default JVM memory is probably for a Doradus Server doing anything important. Also, tests have shown that growing a Java process’s memory can be very disruptive, therefore, we recommend setting both the minimum and maximum memory parameters to the same value. 4GB is a good value to start with. Example:
java -Xms4G -Xmx4G -cp "../lib/*:../config/*" com.dell.doradus.core.DoradusServer