-
Notifications
You must be signed in to change notification settings - Fork 124
Updated configuration details for Management and KVM Agent services #623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
4cf19d1
2687f68
ba20dd1
6ae42a3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -57,6 +57,27 @@ For more information about memory issues, see "FAQ: Memory" at `Tomcat | |||||
| Wiki. <http://wiki.apache.org/tomcat/FAQ/Memory>`_ | ||||||
|
|
||||||
|
|
||||||
| Disable Omit Stack Trace | ||||||
| ------------------------ | ||||||
|
|
||||||
| JVM by default stop printing some stack traces in the logs. To enable print stack traces always: | ||||||
|
|
||||||
| #. Edit the cloudstack-management.service configuration file at: | ||||||
|
|
||||||
| .. code:: bash | ||||||
|
|
||||||
| /etc/default/cloudstack-management | ||||||
|
|
||||||
| #. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable omit stack trace flag in JVM so that all | ||||||
|
||||||
| #. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable omit stack trace flag in JVM so that all | |
| #. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable omit stack trace flag in the JVM so that all |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| the stack traces are always printed on the logs. This flag is enabled by default in JVM to omit the stack traces | |
| the stack traces are always printed on the logs. This flag is enabled by default in the JVM to omit the stack traces |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -310,6 +310,71 @@ sudoers file: | |||||
| cloudstack ALL=NOPASSWD: /usr/bin/cloudstack-setup-agent | ||||||
| Defaults:cloudstack !requiretty | ||||||
|
|
||||||
| Limit Resources For the Agent Service | ||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||||||
|
|
||||||
| #. Edit the cloudstack-agent.service file at: | ||||||
|
|
||||||
| .. code:: bash | ||||||
|
|
||||||
| /usr/lib/systemd/system/cloudstack-agent.service | ||||||
|
|
||||||
| #. You can set the following resource controls in the cloudstack-agent service: | ||||||
|
|
||||||
| - Limit the number of file descriptors | ||||||
|
|
||||||
| Default configuration is usually higher, set to lower number explicitly when required. It is observed | ||||||
|
||||||
| Default configuration is usually higher, set to lower number explicitly when required. It is observed | |
| The default configuration is usually higher, set to a lower number explicitly when required. It is observed |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You can control the CPU allocation. For example,set to allow 2 full cores worth of CPU time as shown below. | |
| You can control the CPU allocation. For example, set to allow 2 full cores worth of CPU time as shown below. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section looks like it is duplicated, perhaps here we can reference to the section defined on tuning.rst?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, that tuning is for cloustack-management
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nvazquez moved it to one rst file
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| JVM by default stop printing some stack traces in the logs. To enable print stack traces always: | |
| The JVM by default stops printing some stack traces in the logs. To enable print stack traces at all times: |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| #. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable omit stack trace flag in JVM so that all | |
| #. Add the command-line parameter -XX:-OmitStackTraceInFastThrow to disable the omit stack trace flag in the JVM so that all |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| the stack traces are always printed on the logs. This flag is enabled by default in JVM to omit the stack traces | |
| the stack traces are always printed on the logs. This flag is enabled by default in the JVM to omit the stack traces |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.