From 980a469bbce7ba80720f1312cf5ce7aa0e049d34 Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Fri, 28 Jul 2017 17:51:37 +0100 Subject: [PATCH] Remove kernel.random.write_wakeup_threshold from sysctl 3072 is the default value anyway, so no need to change. Signed-off-by: Justin Cormack --- pkg/sysctl/etc/sysctl.d/00-linuxkit.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/sysctl/etc/sysctl.d/00-linuxkit.conf b/pkg/sysctl/etc/sysctl.d/00-linuxkit.conf index bb59b989c..fb4fb4e82 100644 --- a/pkg/sysctl/etc/sysctl.d/00-linuxkit.conf +++ b/pkg/sysctl/etc/sysctl.d/00-linuxkit.conf @@ -13,8 +13,6 @@ net.ipv4.neigh.default.gc_thresh3 = 32768 fs.aio-max-nr = 1048576 fs.inotify.max_user_watches = 524288 fs.file-max = 524288 -# for rngd -kernel.random.write_wakeup_threshold = 3072 # security restrictions kernel.kptr_restrict = 2 net.ipv4.conf.all.send_redirects = 0