How to increase the swap space in linux server

ARUN Post in DISK RELATED
0

To view the current swap partition and the swap usage :

swapon -s

dd if=/dev/zero of=/newswap bs=1M count=512

mkswap /newswap
swapon /newswap
swapon -s

« Prev:
:Next »

Leave a Reply

You must be logged in to post a comment.