小编Jon*_*onu的帖子

Linux内存使用情况?

我们在托管 SAP 应用程序的服务器上有 1TB 内存。

当应用程序运行时,显示的内存使用top量约为 700GB。当应用程序停止时,显示的内存使用量top降至 10GB。服务器重新启动后,内存使用量将达到 1GB。

  • 即使没有应用程序正在运行,为什么top在重新启动后显示已使用 10GB 并获得 9GB?
  • 是否有可能在不重启的情况下获得 9GB?

的输出free -g

free -g 
                 total used   free shared buffers cached 
Mem:              1009  567   442    0      0     152 
-/+ buffers/cache:      415   594 
Swap:              1     0     1
Run Code Online (Sandbox Code Playgroud)

linux memory linux-kernel

2
推荐指数
1
解决办法
986
查看次数

标签 统计

linux ×1

linux-kernel ×1

memory ×1