Skip to content

Commit

Permalink
more resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Jan 25, 2024
1 parent 33d4fca commit c2b837d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ x-sm-resources-common:
deploy:
resources:
limits:
cpus: '0.2'
cpus: '1'
memory: 1G

x-md-resources-common:
&md-resources-common
deploy:
resources:
limits:
cpus: '0.25'
cpus: '2'
memory: 2G

x-lg-resources-common:
&lg-resources-common
deploy:
resources:
limits:
cpus: '0.5'
cpus: '2'
memory: 4G

x-logging:
Expand Down

0 comments on commit c2b837d

Please sign in to comment.