mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-06 14:25:00 -04:00
Apply changes from code review
This commit is contained in:
parent
1c2afc1f25
commit
d1119c38b6
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue