Skip to content

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.

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