Skip to content
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

Issue #643: set same default initial and max heap value #646

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

vargm
Copy link
Contributor

@vargm vargm commented Oct 10, 2023

Issue #643: set same default initial and max heap value
The default values for Tomcat process jvm argument Initial heap (4096m) and Max Heap (8096m) is different.
For better performance it is recommended to use same Initial and Max heap values.
Different initial and max heap value causes excessive GC's as heap is constantly grows and shrinks, thereby reducing application throughput.

@vargm vargm requested a review from a team as a code owner October 10, 2023 14:52
@APegaDavis APegaDavis merged commit fd4bf79 into pegasystems:master Oct 27, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants