Skip to content

Commit

Permalink
Needs 2G for docker container to not OOM (#2240)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samara Trilling authored Jan 6, 2022
1 parent 1e47000 commit 020e9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ services:
- WEBPACK_ADDITIONAL_MODULE_DIRS=/node_modules
entrypoint: ["python", "/tenants2/docker_django_management.py"]
working_dir: /tenants2
mem_limit: 1G
mem_limit: 2G
memswap_limit: 0

0 comments on commit 020e9fb

Please sign in to comment.