Details
Description
Let's consolidate NativeIO#POSIX#getrlimit into NativeIO#getMemlockLimit. This avoids a few issues with the current function: it is not available on Windows, it relied on Linux-specific constants, and it currently returns a string which has to be parsed rather than a long.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-5049 Add JNI mlock support
- Resolved