diff options
Diffstat (limited to 'docs/src/misc.rst')
-rw-r--r-- | docs/src/misc.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst index bae44814..f6d26efc 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -119,7 +119,10 @@ Data types } uv_rusage_t; Members marked with `(X)` are unsupported on Windows. - See :man:`getrusage(2)` for supported fields on Unix + See :man:`getrusage(2)` for supported fields on UNIX-like platforms. + + The maximum resident set size is reported in kilobytes, the unit most + platforms use natively. .. c:type:: uv_cpu_info_t |