mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-23 15:30:35 +01:00
364d8be816
30 means, start using swap when <=30% of free memory is left we reserve 20% of space for ZRAM compressed SWAP meaning 10% safety This 10% margin feels safer then the hard 80/20 ratio we had.
2 lines
19 B
Plaintext
2 lines
19 B
Plaintext
vm.swappiness = 30
|