Apply changes from code review

This commit is contained in:
Raja Grewal 2024-07-17 00:31:23 +10:00
parent 1c2afc1f25
commit d1119c38b6
No known key found for this signature in database
GPG key ID: 92CA473C156B64C4
2 changed files with 8 additions and 4 deletions

View file

@ -215,8 +215,10 @@ kernel.core_uses_pid=1
## Limit the copying of memory to the swap device only if absolutely necessary.
## Minimises the likelihood of writing potentially sensitive contents to disk.
## Not reccommmeded to set to zero since this disables periodic write behavior.
##
## https://en.wikipedia.org/wiki/Memory_paging#Linux
## https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Performance_Tuning_Guide/s-memory-tunables.html
##
vm.swappiness=1