提交 a9e65ec5 编写于 作者: S Shirou WAKAYAMA

mem[darwin]: fix VirtualMem stat multiply.

上级 a22c0c27
......@@ -53,7 +53,7 @@ func VirtualMemory() (*VirtualMemoryStat, error) {
}
ret := &VirtualMemoryStat{
Total: parsed[0],
Total: parsed[0] * p,
Free: parsed[1] * p,
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册