Skip to content

Commit ba20dd1

Browse files
review changes
1 parent 2687f68 commit ba20dd1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

source/adminguide/tuning.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ Wiki. <http://wiki.apache.org/tomcat/FAQ/Memory>`_
6060
Disable Omit Stack Trace
6161
------------------------
6262

63-
JVM by default stop printing some stack traces in the logs. To enable print stack traces always:
63+
The JVM, by default stops printing some stack traces in the logs. To enable printing full stack traces at all times:
6464

6565
#. Edit the cloudstack-management.service configuration file at:
6666

6767
.. code:: bash
6868
6969
/etc/default/cloudstack-management
7070
71-
#. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable omit stack trace flag in JVM so that all
72-
the stack traces are always printed on the logs. This flag is enabled by default in JVM to omit the stack traces
71+
#. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable the omit stack trace flag in the JVM so that all
72+
the stack traces are always printed on the logs. This flag is enabled by default in the JVM to omit the stack traces
7373
for certain exceptions that are thrown frequently. Printing of the stack traces might impact performance, and is not
7474
recommended for production, so it's better to disable this flag for troubleshooting or debugging purposes when required.
7575

source/installguide/hypervisor/kvm.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Limit Resources For the Agent Service
323323

324324
- Limit the number of file descriptors
325325

326-
Default configuration is usually higher, set to lower number explicitly when required. It is observed
326+
The default configuration is usually higher, set to a lower number explicitly when required. It is observed
327327
that the average FDs for a host with 40 VMs was 380, we can reserve +20% based on the requirement. Example
328328
shown below.
329329

@@ -341,7 +341,7 @@ Limit Resources For the Agent Service
341341
342342
- Limit the CPU quota
343343

344-
You can control the CPU allocation. For example,set to allow 2 full cores worth of CPU time as shown below.
344+
You can control the CPU allocation. For example, set to allow 2 full cores worth of CPU time as shown below.
345345

346346
.. code:: bash
347347
@@ -358,16 +358,16 @@ Limit Resources For the Agent Service
358358
Disable Omit Stack Trace
359359
^^^^^^^^^^^^^^^^^^^^^^^^
360360

361-
JVM by default stop printing some stack traces in the logs. To enable print stack traces always:
361+
The JVM, by default stops printing some stack traces in the logs. To enable printing full stack traces at all times:
362362

363363
#. Edit the cloudstack-agent.service configuration file at:
364364

365365
.. code:: bash
366366
367367
/etc/default/cloudstack-agent
368368
369-
#. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable omit stack trace flag in JVM so that all
370-
the stack traces are always printed on the logs. This flag is enabled by default in JVM to omit the stack traces
369+
#. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable the omit stack trace flag in the JVM so that all
370+
the stack traces are always printed on the logs. This flag is enabled by default in the JVM to omit the stack traces
371371
for certain exceptions that are thrown frequently. Printing of the stack traces might impact performance, and is not
372372
recommended for production, so it's better to disable this flag for troubleshooting or debugging purposes when required.
373373

0 commit comments

Comments
 (0)