Skip to content

Commit

Permalink
more memory for the whale
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jun 22, 2023
1 parent ea2342b commit 545db1d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
deploy:
resources:
limits:
cpus: "0.5"
memory: 4G
cpus: "0.8"
memory: 8G
image: adafede/tima-r
networks:
- service-service-frontend
Expand All @@ -25,8 +25,8 @@ services:
deploy:
resources:
limits:
cpus: "0.5"
memory: 4G
cpus: "0.8"
memory: 8G
ports:
- "127.0.0.1:3838:3838"
- "127.0.0.1:3839:3839"
Expand All @@ -46,8 +46,8 @@ services:
deploy:
resources:
limits:
cpus: "0.5"
memory: 4G
cpus: "0.8"
memory: 8G
image: adafede/tima-r
networks:
- service-service-frontend
Expand Down

0 comments on commit 545db1d

Please # to comment.