Hi all,
Does anyone know an easy way on how to free up my swap? I can see that there’s enough RAM available:
# free -m
total used free shared buff/cache available
Mem: 983 316 88 9 578 470
Swap: 1023 266 757
Thanks!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hello,
I would usually use the following command:
swapoff -a && swapon -a &
The &
sign at the end would start the process in the background, then I would run the following to watch how the data is being copied from the SWAP to RAM:
watch free -m
It is important to have enough RAM available before running this.
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.