Ali Server Configuration Swap

Source: Internet
Author: User

Description: After the Alibaba server installation system, the default swap is 0. This is the process record for configuring swap on the Ali server:

1. Enter the catalogue

cd/var/

2. Get the block of swap files to add (here 1GB for example, Count = 1024x768 x 1024=1048576)

DD If=/dev/zero of=swapfile bs=1024 count=1048576
3. Create swap Files

/sbin/mkswapswapfile

4. Activating swap Files

/sbin/swaponswapfile (you can see the swap space now with the free command)

5. Check that the swap information is correct

/sbin/swapon–s

6. Add to the Fstab file to let the system boot automatically

echo "/var/swapfile swap swap defaults 0 0" >>/etc/fstab

7. Modify/etc/rc.local

Cat/etc/rc.local
Touch/var/lock/subsys/local

8. Restart the server

Reboot

Ali Server Configuration Swap

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.