Disabling file system swapping
To disable the file system swapping in PingAuthorize, use vm.swappiness
.
About this task
Disable all performance-tuning services, like tuned
. If performance tuning is required, perform the following steps to set vm.swappiness
:
Steps
-
Clone the existing performance profile.
-
Add
vm.swappiness = 0
to the new profile’stuned.conf
file in/usr/lib/tuned/profilename/tuned.conf
. -
Select the updated profile by running
tuned-adm profile customized_profile
.