When Linux is low on memory, you can use swap to prevent errors

Source: Internet
Author: User

1. create partition file, size 2G

if=/dev/zero of=/swapfile bs=1k count=2048000

2. Generate swap file system

Mkswap/swapfile

3. Activating swap Files

Swapon/swapfile

There is a problem with the wood, but this does not automatically mount the swap partition when the system restarts, so we need to modify the fstab.
To modify the/etc/fstab file, add the following:

/swapfile  swap  swap    00

This will automatically load the swap file each time you reboot the system.

Original address: https://xwsoul.com/posts/684

When Linux is low on memory, you can use swap to prevent errors

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.