Skip to content

Commit 23a168f

Browse files
committed
chore: Update .env.example to reflect CPU configuration changes
- Replaced MAX_CPU with MAX_CPUS for clarity. - Marked MAX_CPU_QUOTA as deprecated for future reference.
1 parent 78150a4 commit 23a168f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ DOCKER_READ_ONLY=true
5252
# Resource Limits - Execution
5353
MAX_EXECUTION_TIME=30
5454
MAX_MEMORY_MB=512
55-
MAX_CPU_QUOTA=50000
55+
MAX_CPUS=1
56+
MAX_CPU_QUOTA=50000 #Deprecated
5657
MAX_PROCESSES=32
5758
MAX_OPEN_FILES=1024
5859

0 commit comments

Comments
 (0)