Skip to content

Commit 858cbef

Browse files
committed
Bump memory limit
Based on experiment data (we saw 600MB memory usage uploading 2 files)
1 parent 2b6896e commit 858cbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/simcore/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ services:
416416
memory: "200M"
417417
limits:
418418
cpus: "1"
419-
memory: "500M"
419+
memory: "1G"
420420
421421
director:
422422
# Certificate necessary for local deploiement only

0 commit comments

Comments
 (0)