Skip to content

Commit ab3d027

Browse files
committed
disable docker run memory limitation
as decided with @ltrea we will only enable global cgroup limitations in a first step. if this is working fine a docker run limit is not necessary.
1 parent 5621ba3 commit ab3d027

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export DOCKER_FREE_MEM := $(shell echo $$(( ${free_mem} * ${PERCENTAGE} / 100 ))
8484
# DOCKER_EXEC will always check if a newer image exists on ecr -> develop.latest support
8585
export DOCKER_EXEC := docker run \
8686
--rm \
87-
--memory=$(DOCKER_FREE_MEM) \
8887
-t \
8988
-v $(SPHINX_EFS):/var/lib/sphinxsearch/data/index/ \
9089
--env-file $(ENV_FILE) \
@@ -93,7 +92,6 @@ export DOCKER_EXEC := docker run \
9392

9493
export DOCKER_EXEC_LOCAL := docker run \
9594
--rm \
96-
--memory=$(DOCKER_FREE_MEM) \
9795
-t \
9896
-v $(CURRENT_DIR)/conf/:/var/lib/sphinxsearch/data/index/ \
9997
--env-file $(ENV_FILE) \

0 commit comments

Comments
 (0)