Skip to content

Commit

Permalink
Update swap-extra.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfernandovillahernandez authored May 23, 2019
1 parent d29bcfe commit bb034a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swap-extra.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#http://askubuntu.com/questions/178712/how-to-increase-swap-space
#http://askubuntu.com/questions/178712/how-to-increase-swap-space | https://www.2daygeek.com/add-extend-increase-swap-space-memory-file-partition-linux/
sudo mkdir /media/fasthdd/
sudo dd if=/dev/zero of=/media/fasthdd/swapfile.img bs=1024 count=1M
sudo mkswap /media/fasthdd/swapfile.img
Expand Down

0 comments on commit bb034a7

Please sign in to comment.