forked from gramineproject/gramine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LibOS] Support
/sys/devices/system/node/nodeX/meminfo
files
This commit adds basic support for NUMA node meminfo files by simply "mimicking" a typical environment where each NUMA node returns: - NodeMemTotal = PalMemTotal / numa_nodes_cnt - NodeMemFree = PalMemAvailable / numa_nodes_cnt Signed-off-by: Kailun Qin <kailun.qin@intel.com>
- Loading branch information
1 parent
5c312f9
commit bd2bd00
Showing
3 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters