From 208e0c7c9ff3b8751a22bb6319115294fbe5e349 Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Wed, 15 May 2024 21:29:03 +0200 Subject: [PATCH] Add ulimit options --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bbacee..3393253 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,13 @@ jobs: image: elasticsearch:7.17.9 env: discovery.type: single-node + options: --ulimit memlock=-1:-1 --ulimit nofile=65536:65536 elastic8: image: elasticsearch:8.13.4 env: discovery.type: single-node xpack.security.enabled: false + options: --ulimit memlock=-1:-1 --ulimit nofile=65536:65536 opensearch1: image: opensearchproject/opensearch:1.3.16 env: