We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78150a4 commit 23a168fCopy full SHA for 23a168f
1 file changed
.env.example
@@ -52,7 +52,8 @@ DOCKER_READ_ONLY=true
52
# Resource Limits - Execution
53
MAX_EXECUTION_TIME=30
54
MAX_MEMORY_MB=512
55
-MAX_CPU_QUOTA=50000
+MAX_CPUS=1
56
+MAX_CPU_QUOTA=50000 #Deprecated
57
MAX_PROCESSES=32
58
MAX_OPEN_FILES=1024
59
0 commit comments