Tag: 交换分区
All the articles with the tag "交换分区".
-
在linux上使用交换文件扩展交换空间
在Linux中,当交换空间受限,通过创建交换文件解决。使用`dd if=/dev/zero of=swap_file bs=1G count=1`命令生成1GB交换文件,增加系统可用交换空间。
All the articles with the tag "交换分区".
在Linux中,当交换空间受限,通过创建交换文件解决。使用`dd if=/dev/zero of=swap_file bs=1G count=1`命令生成1GB交换文件,增加系统可用交换空间。