Doradus Configuration and Operation : Setting Runtime Memory

Setting Runtime Memory
Doradus is generally stateless. Most of the memory it requires are for the following scenarios:
1.
2.
3.
For most cases, Doradus is happy with 1 to 4 GB of memory. Since tests have shown that growing a Java process’s memory can be very disruptive, so set both the minimum and maximum memory parameters to the same value. Example:
java -Xms4G -Xmx4G -cp ... com.dell.doradus.core.DoradusServer