aboutsummaryrefslogtreecommitdiffstats
path: root/community/docker/docker-openrc-busybox-ash.patch
blob: 57ff7ed9217000462eb4c6246048ffea9e0b0156 (plain)
1
2
3
4
5
6
7
8
9
10
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
 }