Skip to content

Commit e8466d4

Browse files
authored
update tuning directives (#288)
1 parent 054be6d commit e8466d4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source/adminguide/tuning.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,22 @@ Increase Management Server Maximum Memory
3636
If the Management Server is subject to high demand, the default maximum
3737
JVM 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
5757
Wiki. <http://wiki.apache.org/tomcat/FAQ/Memory>`_

0 commit comments

Comments
 (0)