Skip to content

lib, src: add maxmem prop in os module

Rodrigo Muino Tomonari requested to merge github/fork/MrJithil/fix-51095 into main

Fixes #51095 (closed)

add maxmem prop in os module

Eg: require('os').maxmem()

which will use the uv_get_constrained_memory for getting the memory limits

Merge request reports

Loading