Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: refactor
nproc
wrapper to use available memory instead of free
Available memory is an estimation of how much memory is available for starting new applications, without swapping. Unlike the data provided by the cache or free fields, this field takes into account page cache and also that not all reclaimable memory slabs will be reclaimed due to items being in use.
- Loading branch information