Changing the swap memory
Changing swap memory under Linux:
dd if=/dev/zero of=/swap2 bs=1024K count=2048
sudo dd if=/dev/zero of=/swap2 bs=1024K count=2048
mkswap /swap2
chmod 0600 /swap2
swapon /swap2
My site is free of ads and trackers. Was this post helpful to you? Why not
Reference:
Disqus is great for comments/feedback but I had no idea it came with these gaudy ads.