Skip to main content

Warning: count(): Parameter must be an array or an object that implements Countable in C:\home\site\wwwroot\gs\plugins\i18n_navigation\frontend.class.php on line 219

Swap

Turn off paging

(Actually, unmount all paging files/partitions.)

That usually causes programs to crowd out the caches, but it might also make the Out-Of-Memory killer kill a few of your hungriest processes. (Like firefox.)
swapoff -a

To bring it back on:
swapon -a

Turn off swap permanently

  1. Open /etc/fstab
  2. Comment out the swap mounting line
  3. Save and Close