NCBACK-25 change limits
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-25 21:10:17 +07:00
parent 6dacbde522
commit 4cf36d7b17
2 changed files with 24 additions and 2 deletions
+3 -2
View File
@@ -52,11 +52,12 @@ services:
resources:
limits:
cpus: '1.5'
memory: 1G
memory: 3G
reservations:
cpus: '0.5'
memory: 512M
memory: 2G
environment:
JAVA_TOOL_OPTIONS: "-Xmx2g -Xms1g -XX:MaxMetaspaceSize=512m -XX:+UseG1GC -XX:+HeapDumpOnOutOfMemoryError -XX:+UseContainerSupport -XX:InitialRAMPercentage=50 -XX:MaxRAMPercentage=75"
FILE_STORAGE_PATH: /data/uploads
MAX_FILE_SIZE: 10737418240
FILE_CHUNK_SIZE: 1000000