From ec9c5a45cb8309ea328b06d487bb46a1dcef79f6 Mon Sep 17 00:00:00 2001 From: Micah Hausler Date: Tue, 26 Feb 2019 09:01:57 -0800 Subject: [PATCH] Removed ulimit reduction --- files/docker-daemon.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/files/docker-daemon.json b/files/docker-daemon.json index bdedf8e0d..55e395721 100644 --- a/files/docker-daemon.json +++ b/files/docker-daemon.json @@ -6,12 +6,5 @@ "max-file": "10" }, "live-restore": true, - "max-concurrent-downloads": 10, - "default-ulimits": { - "nofile": { - "Name": "nofile", - "Soft": 2048, - "Hard": 8192 - } - } + "max-concurrent-downloads": 10 }