-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase G1 default pause target from 200ms to 500ms (#1505)
Increase G1 default pause target from 200ms to 500ms
- Loading branch information
1 parent
d5b4e0d
commit ecfb4ca
Showing
3 changed files
with
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
type: improvement | ||
improvement: | ||
description: |- | ||
Increase G1 default pause target from 200ms to 500ms | ||
The G1 pause target can be modified thusly: | ||
```groovy | ||
gc 'hybrid', { | ||
maxGCPauseMillis 250 | ||
} | ||
``` | ||
links: | ||
- https://github.com/palantir/sls-packaging/pull/1505 |
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