diff options
author | Shuowang (Wayne) Zhang <shuowang.zhang@ibm.com> | 2020-12-09 12:19:26 -0500 |
---|---|---|
committer | Santiago Gimeno <santiago.gimeno@gmail.com> | 2021-04-04 18:14:17 +0200 |
commit | bd4a357b3d27fe4cc292bc915f9d022feb9dc499 (patch) | |
tree | 7df4ddfa75177772e13ca0c7d863ecbad4c44ac2 /docs/src | |
parent | 9737baf0048d52310acd8682860a93415f85b4cf (diff) | |
download | libuv-bd4a357b3d27fe4cc292bc915f9d022feb9dc499.tar.gz libuv-bd4a357b3d27fe4cc292bc915f9d022feb9dc499.zip |
zos: implement uv_get_constrained_memory()
Implementation is based on RLIMIT_MEMLIMIT.
Co-authored-by: Igor Todorovski <itodorov@ca.ibm.com>
PR-URL: https://github.com/libuv/libuv/pull/3133
Reviewed-By: Richard Lau <rlau@redhat.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst index b2725c39..9a8595e5 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -533,7 +533,7 @@ API .. note:: This function currently only returns a non-zero value on Linux, based - on cgroups if it is present. + on cgroups if it is present, and on z/OS based on RLIMIT_MEMLIMIT. .. versionadded:: 1.29.0 |