@@ -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