-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
user-tools should add xms argument to java cmd (#1391)
* user-tools should add xms argument to java cmd Signed-off-by: Ahmed Hussein <[email protected]> Fixes #1382 Upon investigation, it was revealed that the min heap size could impact the runtime significantly. This code change aims at setting the xms java argument to 50% of the max heap size. - pass xms to the java cmd - update the runtime report to list jvm info along with jvm arguments related to heap: - `runtime.jvm.*` - `runtime.jvm.arg*` * remove debugging code Signed-off-by: Ahmed Hussein <[email protected]> --------- Signed-off-by: Ahmed Hussein <[email protected]>
- Loading branch information
1 parent
88b37bf
commit 8223ee1
Showing
3 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters