Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. sudo fallocate -l 8G /swapfile
  2. sudo chmod 600 /swapfile
  3. sudo mkswap /swapfile
  4. sudo swapon
  5.  
  6. sudo swapoff /swapfile
  7. sudo rm -f /swapfile
  8.  
  9. total used free shared buff/cache available
  10. Mem: 7.7G 301M 7.1G 720K 285M 7.2G
  11. Swap: 0B 0B 0B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement