mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Revert #2317 remove kernel.random.write_wakeup_threshold from sysctl
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
0a3d78e47f
commit
b1c80b54b3
@ -13,6 +13,8 @@ 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