Increase swap size

Question:
I have an old Fedora installation on my system. I have just upgraded my RAM from 256 to 512 MB. My swap partition is also of 512 MB. Is there any way by which I can increase my swap space to 1 GB without formatting and reinstalling my OS.

Answer:
Sure you can increase the size of swap without reinstalling the OS. This can be done by either adding a new
swap partition or creating a swap file, instead. Here, I will discuss the steps to add a new swap file to increase the swap size as this is possible even if you do not have free unpartitioned space in your hard disk for creating new partitions, but have free space on one of your partitions. To make a swap file of 1 GB,
multiply 1024 MB and 1024 to get a block size. Now, at a shell prompt, as the root user, type the following
command with the count being equalto the desired block size:

dd if=/dev/zero of=/swapfile bs=1024 count=1048576

Now set up the swap file:

mkswap /swapfile

Enable the swap file after creating it by using the following command:

swapon /swapfile

Add the following entry in the the /etc/fstab file to make the system activate this file as swap while booting
the system:

/swapfile swap swap defaults 0 0

This will enable your 1 GB swap space, every time your system boots. You can check the size of swap by
using the free command or by cat /proc/swap.

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值