操作系统 
首页 > 操作系统 > 浏览文章

Linux系统怎么调整swap分区大小?

(编辑:jimmy 日期: 2024/11/28 浏览:3 次 )

这里介绍Linux系统中调整swap大小的方法。

Linux系统怎么调整swap分区大小?

Linux系统怎么调整swap分区大小?

1、使用free命令带上m参数,查看swap文件大小,官方建议在RAM是2到4.5G时,swap是RAM的2倍;如果RAM大于等于4G则swap等于RAM即可

Linux系统怎么调整swap分区大小?

2、也可用cat 查看etc目录下的swaps文件,如下图

Linux系统怎么调整swap分区大小?

3、创建一个swap文件

复制内容到剪贴板
  1. ########   
  2.   
  3. dd if=/dev/zero of=/tmp/swap bs=1MB count=1024   
  4.   
  5. ########  

以下仅供参考:不用看

Creating a swap file

First of, make sure the file system the disk you wish to swap on is properly mounted. For the purposes of this tutorial we will assume the disk is mounted as /mnt and we want to use the file /mnt/myswap.swp for swapping.

使用下面的命令创建一个1G的swap文件

复制内容到剪贴板
  1. Use the following command to create a 1024MB file that we will use for swapping   
  2.   
  3. ########   
  4.   
  5. dd if=/dev/zero of=/mnt/myswap.swp bs=1024MB count=1   
  6.   
  7. ########  

Linux系统怎么调整swap分区大小?

4、制作一个swap文件,如果觉得繁琐,可以将mkswap文件挂载到tmp目录下,例如:

复制内容到剪贴板
  1. ########   
  2.   
  3. mkswap /tmp/swap   
  4.   
  5. ########  

以下仅供参考:不用看

Preparing the swap file

Before we enable the swap file we must first set it up. The following command accomplishes just that:

########

mkswap /mnt/myswap.swp

########

5、使用swapon 启动/tmp/swap

复制内容到剪贴板
  1. ########   
  2.   
  3. swapon /tmp/swap   
  4.   
  5. ########  

使用一个swap分区,如果已经有一个swap分区,该步骤可以省略

以下仅供参考:不用看

Using a swap partition

Setting up a swap partition is a bit more difficult, as the partition must be first created then formatted using the linux-swap file system. Once that is done, assuming the swap partition is at/dev/scsi/host0/bus0/target0/lun0/part5 (common for v24 USB drives with mutiple partitions), the only command that needs be issued is:

Linux系统怎么调整swap分区大小?

6、再次使用free查看增加后的swap大小

Linux系统怎么调整swap分区大小?

7、如果只想增加swap大小,请忽略以下的操作,重要!!如果不使用刚才增加的1G的swap文件,使用下面的swapoff命令,可以关闭,这样swap文件就缩小了1G

使用swapoff关闭swap文件

复制内容到剪贴板
  1. ########   
  2.   
  3. swapoff /tmp/swap   
  4.   
  5. ########  

注意事项:如果只想增加swap大小,请忽略第7步的所有操作。

相关推荐:

linux系统怎么增加swap分区空间小?

CentOS技巧:减小Linux swap分区的方法

Linux下swap耗尽该怎么办?如何释放swap?

上一篇:Linux中将执行过的命令记录到日志并发送到服务器的方法
下一篇:Linux应用帮助你来征服数学学习
一句话新闻
高通与谷歌联手!首款骁龙PC优化Chrome浏览器发布
高通和谷歌日前宣布,推出首次面向搭载骁龙的Windows PC的优化版Chrome浏览器。
在对骁龙X Elite参考设计的初步测试中,全新的Chrome浏览器在Speedometer 2.1基准测试中实现了显著的性能提升。
预计在2024年年中之前,搭载骁龙X Elite计算平台的PC将面世。该浏览器的提前问世,有助于骁龙PC问世就获得满血表现。
谷歌高级副总裁Hiroshi Lockheimer表示,此次与高通的合作将有助于确保Chrome用户在当前ARM兼容的PC上获得最佳的浏览体验。
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网 网站地图 SiteMap