aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker/docker-openrc-busybox-ash.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/docker/docker-openrc-busybox-ash.patch')
-rw-r--r--community/docker/docker-openrc-busybox-ash.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/docker/docker-openrc-busybox-ash.patch b/community/docker/docker-openrc-busybox-ash.patch
new file mode 100644
index 00000000000..57ff7ed9217
--- /dev/null
+++ b/community/docker/docker-openrc-busybox-ash.patch
@@ -0,0 +1,11 @@
+--- a/contrib/init/openrc/docker.initd
++++ b/contrib/init/openrc/docker.initd
+@@ -16,7 +16,7 @@
+
+ # Having non-zero limits causes performance problems due to accounting overhead
+ # in the kernel. We recommend using cgroups to do container-local accounting.
+- ulimit -u unlimited
++ ulimit -p unlimited
+
+ return 0
+ }