Details
-
Test
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
-XX:MaxDirectMemorySize is an artificial governor on how much off heap memory can be allocated.
It would be nice to specify explicitly because:
- The default can vary by platform / jvm impl - some devs may see random fails
- It's just a limiter, it won't pre allocate or anything
- A test env should normally ensure a healthy limit as would be done in production
Attachments
Issue Links
- is a child of
-
HBASE-23795 Enable all tests to be run in parallel on reused JVMs.
- Resolved