增加SWAP交换页空间

查看SWAP,使用lsps –a命令查看,默认安装SWAP是512M,例如:

# lsps -a              
Page Space      Physical Volume   Volume Group    Size   %Used     Active  Auto  Type
hd6          hdisk0        rootvg       512MB  1     yes       yes    lv

增加SWAP,chps -s number hd6 ,例如:

# chps -s 28 hd6                      ----20表示以上面pp*28,计算如下:pp=128M  PP*28=3584M
#

# lsps -a              
Page Space      Physical Volume   Volume Group    Size         %Used      Active  Auto  Type
hd6          hdisk0        rootvg       4096MB     1      yes        yes    lv

相关文章:

  • 2021-12-27
  • 2021-07-21
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-17
  • 2021-08-02
  • 2022-12-23
  • 2022-01-19
  • 2022-01-12
  • 2021-09-07
相关资源
相似解决方案