摘要:
CentOS 6及以前 $ free total used free shared buffers cached Mem: 4040360 4012200 28160 0 176628 3571348 -/+ buffers/cache: 264224 3776136 Swap: 4200956 1 阅读全文
摘要:
进程使用的总的内存 M ps aux | awk '{sum+=$6} END {print sum / 1024}' 进程使用的内存的详情 ps aux --sort -rss free shows more memory used than top process total See also 阅读全文
摘要:
可以通过在启动时使用--graph参数来指定存储路径。 或者使用systemd来管理服务, 就在/lib/systemd/system/docker.service中修改这一行: 1.ExecStart=/usr/bin/dockerd --graph=/ultrapower/docker 2.sy 阅读全文