相关疑难解决方法(0)

Linux 服务器只使用 60% 的内存,然后交换

我有一台运行我们的 bacula 备份系统的 Linux 服务器。机器像疯了一样磨,因为它很重来交换。问题是,它只使用了 60% 的物理内存!

这是来自的输出free -m

free -m
             total       used       free     shared    buffers     cached
Mem:          3949       2356       1593          0          0          1
-/+ buffers/cache:       2354       1595
Swap:         7629       1804       5824
Run Code Online (Sandbox Code Playgroud)

和一些示例输出vmstat 1

procs -----------memory---------- ---swap-- -----io---- -system-- -----cpu------
 r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa st
 0  2 1843536 1634512      0   4188   54   13  2524   666    2    1  1  1 89  9  0
 1 11 …
Run Code Online (Sandbox Code Playgroud)

linux memory swap

12
推荐指数
5
解决办法
2万
查看次数

标签 统计

linux ×1

memory ×1

swap ×1