summaryrefslogtreecommitdiff
path: root/src/node_report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_report.cc')
-rw-r--r--src/node_report.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_report.cc b/src/node_report.cc
index ebeb386c27..4f2f1dd1ab 100644
--- a/src/node_report.cc
+++ b/src/node_report.cc
@@ -519,7 +519,9 @@ static void PrintSystemInformation(JSONWriter* writer) {
#ifndef __sun
{"max_user_processes", RLIMIT_NPROC},
#endif
+#ifndef __OpenBSD__
{"virtual_memory_kbytes", RLIMIT_AS}
+#endif
};
#endif // _WIN32
writer->json_objectstart("environmentVariables");