File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,22 +36,22 @@ Increase Management Server Maximum Memory
3636If the Management Server is subject to high demand, the default maximum
3737JVM memory allocation can be insufficient. To increase the memory:
3838
39- #. Edit the Tomcat configuration file:
39+ #. Edit the cloudstack-management.service configuration file at :
4040
4141 .. code :: bash
4242
43- /etc/cloudstack/ management/tomcat6.conf
43+ /etc/default/cloudstack- management
4444
45- #. Change the command-line parameter -XmxNNNm to a higher value of N .
45+ #. Change the command-line parameter from -XmxVVV to replace the VVV with an higher value .
4646
47- For example, if the current value is -Xmx128m , change it to -Xmx1024m
48- or higher .
47+ For example, if the current is the default value is -Xmx2G , change it to -Xmx12G
48+ or another applicable value. Make sure not to go over about 2/3rd of the actual physical memory of the machine .
4949
5050#. To put the new setting into effect, restart the Management Server.
5151
5252 .. code :: bash
5353
54- # service cloudstack-management restart
54+ # systemctl restart cloudstack-management
5555
5656 For more information about memory issues, see "FAQ: Memory" at `Tomcat
5757Wiki. <http://wiki.apache.org/tomcat/FAQ/Memory> `_
You can’t perform that action at this time.
0 commit comments