Skip to content

Commit

Permalink
EMA-150 auto test memory optimizing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanyi committed Jul 21, 2024
1 parent 7eda10c commit 13c1015
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/testv2/tools/docker/docker-compose-test-elastic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ services:
links:
- magento-test:magento-test.local
- db
deploy:
resources:
limits:
memory: 8G
mailhog:
image: mailhog/mailhog
restart: always
4 changes: 4 additions & 0 deletions dev/testv2/tools/docker/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ services:
links:
- magento-test:magento-test.local
- db
deploy:
resources:
limits:
memory: 8G
mailhog:
image: mailhog/mailhog
restart: always

0 comments on commit 13c1015

Please sign in to comment.