mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
Remove kernel.random.write_wakeup_threshold from sysctl
3072 is the default value anyway, so no need to change. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
f1bd7c2e4d
commit
980a469bbc
@ -13,8 +13,6 @@ net.ipv4.neigh.default.gc_thresh3 = 32768
|
|||||||
fs.aio-max-nr = 1048576
|
fs.aio-max-nr = 1048576
|
||||||
fs.inotify.max_user_watches = 524288
|
fs.inotify.max_user_watches = 524288
|
||||||
fs.file-max = 524288
|
fs.file-max = 524288
|
||||||
# for rngd
|
|
||||||
kernel.random.write_wakeup_threshold = 3072
|
|
||||||
# security restrictions
|
# security restrictions
|
||||||
kernel.kptr_restrict = 2
|
kernel.kptr_restrict = 2
|
||||||
net.ipv4.conf.all.send_redirects = 0
|
net.ipv4.conf.all.send_redirects = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user