Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我运行 Debian 的虚拟服务器上,我的印象是内存配置错误,即使我的提供商声称一切正常。
即使有 3GB 的 RAM,我仍然会耗尽内存,尽管 top 命令声称它仍然有足够的内存。
有没有办法测试空闲内存是否真的可用?例如,如果我有 1.5 GB 的内存,我想创建一个 1 GB 的块并查看一切仍然正常工作。
谢谢,
您正在使用哪些应用程序?内存不足肯定是有原因的。
免费试用命令:
$ free -m total used free shared buffers cached Mem: 3022 2973 48 0 235 1948 -/+ buffers/cache: 790 2232 Swap: 3907 0 3907
这将向您展示类似上面的内容(这是我自己的 3 GB 机器)。
如果您有内存问题,请务必检查机器的系统日志。
# tail /var/log/syslog
标签为空