Skip to content

Commit fab2af5

Browse files
DOCSP-41545 updated heap default value (#383)
1 parent ea4fc71 commit fab2af5

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

source/reference/troubleshooting/system.txt

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ hosts:
2727

2828
.. code-block:: ini
2929

30-
JAVA_MMS_UI_OPTS="${JAVA_MMS_UI_OPTS} -Xss228k -Xmx4352m -Xms4352m -XX:NewSize=600m -Xmn1500m -XX:ReservedCodeCacheSize=128m -XX:-OmitStackTraceInFastThrow"
30+
JAVA_MMS_UI_OPTS="${JAVA_MMS_UI_OPTS} -Xss228k -Xmx8096m -Xms8096m -XX:NewSize=600m -XX:ReservedCodeCacheSize=128m -XX:-OmitStackTraceInFastThrow"
3131

3232
.. list-table::
3333
:widths: 10 40 40
@@ -40,13 +40,10 @@ hosts:
4040

4141
* - ``-Xmx``
4242
- Java Heap Maximum Memory
43-
- 4,352 :abbr:`MB (Megabytes)` (``4352m``)
43+
- 8,096 :abbr:`MB (Megabytes)` (``8096m``)
4444
* - ``-Xms``
4545
- Java Heap Starting Memory
46-
- 4,352 :abbr:`MB (Megabytes)` (``4352m``)
47-
* - ``-Xmn``
48-
- Java Heap Young Generation Memory
49-
- 1,500 :abbr:`MB (Megabytes)` (``1500m``)
46+
- 8,096 :abbr:`MB (Megabytes)` (``8096m``)
5047

5148
.. warning:: **Do not change other Java options**
5249

@@ -95,7 +92,7 @@ collection, and the frequency of garbage collection.
9592
Consider the co-located MongoDB processes running on the host and
9693
do not set your Java Heap size to a value greater than the amount of
9794
physical memory in the |onprem| host or less than the default value
98-
of ``4352m`` (4,352 :abbr:`MB (Megabytes)`).
95+
of ``8096m`` (8,096 :abbr:`MB (Megabytes)`).
9996

10097
.. _host-issue-stackoverflowerror:
10198

@@ -113,7 +110,7 @@ every host running |a-mms| instance except dedicated Backup Daemon hosts:
113110

114111
.. code-block:: ini
115112

116-
JAVA_MMS_UI_OPTS="${JAVA_MMS_UI_OPTS} -Xss228k -Xmx4352m -Xms4352m -XX:NewSize=600m -Xmn1500m -XX:ReservedCodeCacheSize=128m -XX:-OmitStackTraceInFastThrow"
113+
JAVA_MMS_UI_OPTS="${JAVA_MMS_UI_OPTS} -Xss228k -Xmx8096m -Xms8096m -XX:NewSize=600m -XX:ReservedCodeCacheSize=128m -XX:-OmitStackTraceInFastThrow"
117114

118115
The key values in this line are:
119116

source/tutorial/monitoring-large-deployments.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Allocate more RAM to Ops Manager Hosts
2323
2. Find a line where the ``JAVA_MMS_UI_OPTS`` variable defines the
2424
``-Xms`` and ``-Xmx`` parameters.
2525

26-
3. Update the ``-Xms`` and ``-Xmx`` values from the default of 4352 MB
27-
to 8192 MB or more if the hosts have extra free memory.
26+
3. Update the ``-Xms`` and ``-Xmx`` values from the default of 8096 MB
27+
to more if the hosts have extra free memory.
2828

2929
.. note:: Don't Set Young Generation's Heap Size Explicitly Using ``-Xmn``.
3030

0 commit comments

Comments
 (0)