public static interface Resource.rlimit
extends org.graalvm.word.PointerBase
| Modifier and Type | Method and Description |
|---|---|
long |
rlim_cur()
The current (soft) limit.
|
long |
rlim_max()
The hard limit.
|
void |
set_rlim_cur(long value) |
void |
set_rlim_max(long value) |