Skip to content

Commit

Permalink
test: +cpu to pgb
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorsalgado committed Mar 6, 2024
1 parent 23d6654 commit e1d62cc
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 @@ -18,7 +18,7 @@ services:
deploy:
resources:
limits:
cpus: '0.3'
cpus: '0.275'
memory: '75MB'

api02:
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
deploy:
resources:
limits:
cpus: '0.3'
cpus: '0.25'
memory: '80MB'

db:
Expand Down Expand Up @@ -96,5 +96,5 @@ services:
deploy:
resources:
limits:
cpus: '0.1'
cpus: '0.2'
memory: '20MB'

0 comments on commit e1d62cc

Please sign in to comment.