Skip to content

Commit 41e7ca0

Browse files
authored
Merge pull request #948 from hubmapconsortium/yuanzhou/docker-resources
Bump version and remove reservations
2 parents 653e197 + d4182ad commit 41e7ca0

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.4
1+
2.6.5

docker/docker-compose.deployment.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@ services:
1010
limits:
1111
cpus: '8' # 50%
1212
memory: 19.2G # 60%
13-
reservations:
14-
cpus: '4' # 25%
15-
memory: 12.8G # 40%
1613

1714

docker/docker-compose.development.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ services:
1919
limits:
2020
cpus: '2' # 50%
2121
memory: 9.6G # 60%
22-
reservations:
23-
cpus: '1' # 25%
24-
memory: 6.4G # 40%
2522
volumes:
2623
# Mount the VERSION file and BUILD file
2724
- "../VERSION:/usr/src/app/VERSION"

0 commit comments

Comments
 (0)