]> git.pld-linux.org Git - packages/docker.git/commitdiff
setup bigger ulimits like contrib/init
authorElan Ruusamäe <glen@delfi.ee>
Mon, 15 Feb 2016 22:14:46 +0000 (00:14 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 15 Feb 2016 22:14:46 +0000 (00:14 +0200)
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.087513 seconds and 4 git commands to generate.