In the process of optimizing the Android system, the configuration of the 'swappiness' value is crucial
. The value path is /proc/sys/vm/swappiness
. Some sources suggest setting it to 60, while others recommend setting it to 120.
Some sources state that its maximum value is 100, while others claim it is 200, which confuses me. How
How can I confirm the maximum maximum value supported in my system?
linksLinks I can find on Stack Overflow:
https://stackoverflow.com/questions/72544562/what-is-vm-swappiness-a-percentage-of/76641484#76641484