Archives

You are currently viewing archive for 06 October 2009
Category: Linux tips
Posted by: hajime osako
Adding Swap Space

mkswap /dev/hdb2
swapon /dev/hdb2
then modify /etc/fstab

To check:
cat /proc/swaps or free or swapon -s
Category: Linux tips
Posted by: hajime osako