]> git.pld-linux.org Git - packages/docker.git/blobdiff - docker.sysconfig
setup bigger ulimits like contrib/init
[packages/docker.git] / docker.sysconfig
index f49dc8ab9c6ec2ffe5c37249bae0203ec641ca42..8d3d765eb02da1b3c90f373f8216b2f538f88801 100644 (file)
@@ -3,5 +3,8 @@
 # Define nice level for docker
 SERVICE_RUN_NICE_LEVEL="+0"
 
+# Setup bigger Max open files and Max processes
+SERVICE_LIMITS="-n 1048576 -u 1048576"
+
 # Modify these options if you want to change the way the docker daemon runs
 #OPTIONS=""
This page took 0.056271 seconds and 4 git commands to generate.