My swap partition is not being used, I set the swappiness to 0 and fixed the UID in the config file to the UID of the swap partition but it's still at 0%.
Asked
Active
Viewed 151 times
0
1 Answers
1
SWAP space is used for RAM paging in cases where you may run out of available memory. If SWAP is active, but you are not using it, then it is likely that your resources are held in memory which has significantly faster read/write times than the SWAP space on a HDD.
To configre SWAP space, follow this guide

DWD
- 296
vm.swappiness
means swap is only used when absolutely needed when set to 0. – Thomas Ward Apr 04 '18 at 00:15