Sunday, January 24, 2016

Swap Space in Linux

df -h
dd if=/dev/zero of=/swap1Gfile bs=2048 count=2097152
mkswap /swap1Gfile
 swapon -v /swap1Gfile
swapon -s


http://broexperts.com/2013/01/how-to-create-a-swap-storage-on-existing-file-system/

No comments:

Post a Comment