Skip to content

Commit

Permalink
Add ulimit options
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed May 15, 2024
1 parent 299bf00 commit 208e0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 208e0c7

Please sign in to comment.