useless bump
This commit is contained in:
parent
ffa74e7dc3
commit
5093c51111
1 changed files with 4 additions and 2 deletions
|
@ -16,12 +16,14 @@ kernel.unprivileged_userns_clone=1
|
|||
# To hide any kernel messages from the console
|
||||
kernel.printk = 3 3 3 3
|
||||
|
||||
|
||||
|
||||
###############-NOT USED-#################
|
||||
|
||||
# The kernel default is to buffer up to 10% of system RAM before flushing writes to the disk, which is insane. By setting a reasonable number of bytes for the `dirty_bytes` parameter, we can avoid sending the system into OOM during a large file transfer.
|
||||
#vm.dirty_bytes = 16777216
|
||||
#vm.dirty_background_bytes = 4194304
|
||||
|
||||
###############-NOT USED-#################
|
||||
|
||||
# Contains, as a percentage of total available memory that contains free pages and reclaimable
|
||||
# pages, the number of pages at which a process which is generating disk writes will itself start
|
||||
# writing out dirty data (Default is 20).
|
||||
|
|
Loading…
Reference in a new issue