forked from NVIDIA/spark-rapids-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Signed-off-by: Ahmed Hussein <ahussein@nvidia.com> Fixes NVIDIA#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*`
- Loading branch information
1 parent
88b37bf
commit de00f69
Showing
3 changed files
with
46 additions
and
3 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