当前位置: 代码迷 >> 综合 >> How to manage swap on Centos
  详细解决方案

How to manage swap on Centos

热度:93   发布时间:2023-12-14 23:36:27.0

How to manage swap on Centos

考虑到包括kubernetes在内的系统需要禁用swap,所以在安装Centos的时候可以直接去除swap分区,这样在后续工作中就不需要再做处理。如果是老系统,那么就要通过一系列操作来去除swap。

状态查看

通过查阅文件/proc/swaps内容,可以了解到当前系统中的swap是否处于禁用状态。

另外,通过命令swapon -a也是可以查看swap是否处于禁用状态。

Reference

  • How to Enable Swap on CentOS & RHEL 8/7/6
  • How to increase Swap Memory in CentOS 7
  • RHEL7: Use /proc/sys and sysctl to modify and set kernel runtime parameters
  • Create a Swap file on CentOS 7
  • Linux-swap管理
  • Linux交换空间(swap space)
  • 交换分区swap管理及特殊介质的使用
  • How To Add Swap on CentOS 7
  • Enabling and Disabling Swap Space on Centos 7 (Updated)
  • How to Create a Swap File on CentOS 7
  • Adding and Managing CentOS Swap Space
  相关解决方案