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

[GR-59749] Use a contiguous address space for the Native Image Java heap. #10323

Closed
wants to merge 1 commit into from

Conversation

graalvmbot
Copy link
Collaborator

@graalvmbot graalvmbot commented Dec 16, 2024

Serial and Epsilon GC unexpectedly run out-of-memory even though the max. heap size was not reached. This happens because we run out of memory mappings (default is 64k on Linux). This PR changes the behavior so that we use a contiguous address space for the Java heap whenever possible, which greatly reduces the number of memory mappings.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Dec 16, 2024
@graalvmbot graalvmbot closed this Dec 16, 2024
@graalvmbot graalvmbot deleted the chaeubl/GR-59749 branch December 16, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants