chores:调整es容器限制,解决linux环境下因权限受限造成的启动失败问题

This commit is contained in:
zstar 2025-06-08 18:14:50 +08:00
parent 8d534392c7
commit bee17f7ee2
1 changed files with 0 additions and 4 deletions

View File

@ -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