Skip to content

Commit

Permalink
increase memory limit for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanec82 committed Aug 22, 2024
1 parent a8d4b32 commit 4280db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ ifeq ([], $(shell docker inspect $(IMAGE_ID) 2> /dev/null))
else
docker run -d -t --read-only --rm \
--label hexlet-exercise \
--memory=400m \
--memory-swap=400m \
--memory=500m \
--memory-swap=500m \
--cpu-shares=256 \
--oom-kill-disable=true \
--pids-limit=150 \
Expand Down

0 comments on commit 4280db0

Please sign in to comment.