summaryrefslogtreecommitdiff
path: root/runtime/ops/os/README.md
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2023-11-30 22:06:01 +0900
committerGitHub <noreply@github.com>2023-11-30 22:06:01 +0900
commit3591ba8578b5eff96c13afc6fdfcf95a96083761 (patch)
tree087723f0e357df08e6254a440749a53b5c588444 /runtime/ops/os/README.md
parent595a2be024b3523197557a8b122e3ce77f1dae3c (diff)
fix(ext/node): fix os.freemem (#21347)
Diffstat (limited to 'runtime/ops/os/README.md')
-rw-r--r--runtime/ops/os/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/os/README.md b/runtime/ops/os/README.md
index 837bb7b3c..ae1a5958e 100644
--- a/runtime/ops/os/README.md
+++ b/runtime/ops/os/README.md
@@ -27,6 +27,6 @@
| Target family | Syscall | Description |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
-| Linux | sysinfo | - |
+| Linux | sysinfo and `/proc/meminfo` | - |
| Windows | `sysinfoapi::GlobalMemoryStatusEx` | - |
| macOS | <br> <pre> sysctl([CTL_HW, HW_MEMSIZE]); <br> sysctl([CTL_VM, VM_SWAPUSAGE]); <br> host_statistics64(mach_host_self(), HOST_VM_INFO64) </pre> | - |