fix: increase memoryLimit to 536870912 to fix git-lfs pthread_create crash

This commit is contained in:
张泊明518370910136 2026-07-23 04:17:16 -07:00
parent 2f0bf5ed27
commit 9d14871fb8
GPG Key ID: CA088E6D9284F870

View File

@ -15,7 +15,7 @@
"PATH=/usr/bin:/bin" "PATH=/usr/bin:/bin"
], ],
"cpuLimit": 10000000000, "cpuLimit": 10000000000,
"memoryLimit": 104857600, "memoryLimit": 536870912,
"procLimit": 10000, "procLimit": 10000,
"copyInDir": ".", "copyInDir": ".",
"copyIn": { "copyIn": {