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

Make the java_maxmetaspace_size param optional. #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bdeferme
Copy link

Pull Request (PR) description

The default behaviour on most JVM versions is to have no limit for the Max Meta Space. While I understand wanting to set and limit it, in v3.0.0 this change is listed as an enhancement while actually being a breaking change.

When one only reads the changelog without looking at the code, applications using more then the low default of 128MB will crash.

This Pull Request (PR) fixes the following issues

n/a

The default behaviour on most JVM versions is to have no limit for the
Max Meta Space. While I understand wanting to set and limit it, in
v3.0.0 this change is listed as an enhancement while actually being a
breaking change.

When one only reads the changelog without looking at the code,
applications using more then the low default of 128MB will crash.
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

1 participant