Skip to content

Commit

Permalink
fix: adjusting memory
Browse files Browse the repository at this point in the history
  • Loading branch information
franklaercio committed Feb 22, 2024
1 parent a71737c commit d129fab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
resources:
limits:
cpus: "0.30"
memory: "205MB"
memory: "200MB"

api02:
<<: *api
Expand All @@ -43,7 +43,7 @@ services:
resources:
limits:
cpus: "0.2"
memory: "6MB"
memory: "10MB"

db:
image: postgres:latest
Expand All @@ -60,7 +60,7 @@ services:
resources:
limits:
cpus: "0.7"
memory: "84MB"
memory: "140MB"

networks:
default:
Expand Down

0 comments on commit d129fab

Please sign in to comment.