Skip to content

Runtime Memory

Randy Guck edited this page Oct 2, 2014 · 4 revisions

[Table of Contents](https://github.com/dell-oss/Doradus/wiki/Doradus Administration: Table-of-Contents) | [Previous](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation) | [Next](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration Files)
[Doradus Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation): 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
Clone this wiki locally