Skip to content

Commit

Permalink
fix: adjusting memory application to 205MB
Browse files Browse the repository at this point in the history
  • Loading branch information
franklaercio committed Feb 21, 2024
1 parent a20e611 commit 7d4ddbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: "160MB"
memory: "205MB"

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

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

networks:
default:
driver: bridge
name: rinha-nginx-2024q1
name: rinha-nginx-2024q1

0 comments on commit 7d4ddbc

Please sign in to comment.