From bee17f7ee2a71d3e2830e8fe55c288bf37d376d3 Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Sun, 8 Jun 2025 18:14:50 +0800 Subject: [PATCH] =?UTF-8?q?chores:=E8=B0=83=E6=95=B4es=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E9=99=90=E5=88=B6=EF=BC=8C=E8=A7=A3=E5=86=B3linux=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8B=E5=9B=A0=E6=9D=83=E9=99=90=E5=8F=97=E9=99=90?= =?UTF-8?q?=E9=80=A0=E6=88=90=E7=9A=84=E5=90=AF=E5=8A=A8=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/docker-compose-base.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker/docker-compose-base.yml b/docker/docker-compose-base.yml index 11303f3..eb32e17 100644 --- a/docker/docker-compose-base.yml +++ b/docker/docker-compose-base.yml @@ -22,10 +22,6 @@ services: - cluster.routing.allocation.disk.watermark.flood_stage=2gb - TZ=${TIMEZONE} mem_limit: ${MEM_LIMIT} - ulimits: - memlock: - soft: -1 - hard: -1 healthcheck: test: ["CMD-SHELL", "curl http://localhost:9200"] interval: 10s