How does the Linux system increase the swap partition space small?

Source: Internet
Author: User

Standard Linux system How to increase the swap partition space small? Quasi-linux installation, swap partition is twice times the size of memory, if the addition of memory, the swap partition will also increase. If you increase the 1G memory, the swap partition will increase 2G, but how to increase the specific? Let's take a look at

1, view the size of the swap command: "Free-m"

2, select the appropriate partition, create the appropriate swap file, the command is: "DD If=/dev/zero of=/swap1 bs=1m count=2048"

3. Set the generated file to swap file, command: "Mkswap/swap1"

4, activate the newly created swap partition, command: "Swapon/swap1"

5, view the effective swap partition size, command: "Free-m"

6. Set boot up new swap partition, edit "/etc/fstab" profile, add "/swap1 swap defaults 0 0" at end of file

7, restart the computer to see if the swap partition is effective.

Note: Make sure that the "/etc/rc.local" does not have the command to cancel the buffer ("swapoff-a"), please comment out.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.