Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. sudo dd if=/dev/zero of=/swapfile bs=1024 count=524288
  2. sudo chmod 600 /swapfile
  3. sudo mkswap /swapfile
  4. sudo swapon /swapfile
  5.  
  6. sudo swapoff /swapfile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement