Mint 5 Swap Usage..what the..???

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Husse

Re: Mint 5 Swap Usage..what the..???

Post by Husse »

There is nothing strange about this - what's swapped out is (hopefully) something that's hardly used
This is controlled by "swappiness" which can have a value between 0 and 100 - 0 only swap if space in RAM runs out, 100 swap a lot :)
Ubuntu has 60 as default and so does Mint while Arch probably has a lower value
To find your swappiness

Code: Select all

cat /proc/sys/vm/swappiness
To change it permanently

Code: Select all

gksu gedit /etc/sysctl.conf
Search for vm.swappiness and change its value as desired, you could change to 10
After the next reboot the new swappiness is used and you should not see any use of the swap partition
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Hardware Support”