Index: base/sys_info_openbsd.cc |
diff --git a/base/sys_info_openbsd.cc b/base/sys_info_openbsd.cc |
index 531c11733b62b241c919c19d99cf290ed24927e7..9c987841836cb395bda4b9bdc98e09cbb2f5576f 100644 |
--- a/base/sys_info_openbsd.cc |
+++ b/base/sys_info_openbsd.cc |
@@ -48,6 +48,8 @@ int64_t SysInfo::AmountOfPhysicalMemory() { |
// static |
int64_t SysInfo::AmountOfAvailablePhysicalMemory() { |
+ // We should add inactive file-backed memory also but there is no such |
+ // information from OpenBSD unfortunately. |
return AmountOfMemory(_SC_AVPHYS_PAGES); |
} |