Skip to content

Commit dc2846c

Browse files
committed
Unthrottle
1 parent 0e32699 commit dc2846c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

services/registry/docker-compose.yml.j2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,11 @@ services:
114114
failure_action: rollback
115115
parallelism: 1
116116
placement:
117-
constraints:
118-
- node.labels.ops==true
117+
constraints: []
119118
resources:
120119
limits:
121120
memory: 1G
122-
cpus: '2'
121+
cpus: '6'
123122
reservations:
124123
memory: 128M
125124
cpus: '0.1'

services/simcore/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ services:
481481
cpus: "0.1"
482482
memory: "256M"
483483
limits:
484-
cpus: "0.5"
484+
cpus: "1.0"
485485
memory: "1G"
486486
487487
director-v2:

0 commit comments

Comments
 (0)