Internal documentation only
This page has been marked as draft.
How to increase Java buffer memory allocation on specific pods
Related to Copied
OutOfMemoryError, MaxDirectMemorySize, direct buffer memory
Problem Copied
User encountered error messages from Java that could not reserve memory on specific pods. An example may look like this:
io.grpc.StatusRuntimeException: INTERNAL: Cannot reserve 21326770 bytes of direct buffer memory (allocated: 258093694, limit: 268435456)
User would like to know how to increase the buffer memory allocation.
Possible causes Copied
- Root Cause 1:
- Root Cause 2:
- Root Cause 3:
Possible solutions Copied
[Guide: Please provide solutions that correspond in both number and order to the identified root causes.]
- Solution Root Cause 1:
- Solution Root Cause 2:
- Solution Root Cause 3:
Related article(s) Copied
[Guide: Provide the official documentation links of the related product feature mentioned above and other external references that would further help the user understand the problem/s and solution/s.]
- Official documentation.
- Release notes, compatibility matrix, upgrade notes, etc.
- Existing FAQs.
- External website links.