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 00d13f7 commit 299bf00
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 @@ -37,6 +37,7 @@ jobs:
plugins.security.disabled: true
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
DISABLE_INSTALL_DEMO_CONFIG: true
options: --ulimit memlock=-1:-1 --ulimit nofile=65536:65536
opensearch2:
image: opensearchproject/opensearch:2.13.0
env:
Expand All @@ -45,6 +46,7 @@ jobs:
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
DISABLE_INSTALL_DEMO_CONFIG: true
OPENSEARCH_INITIAL_ADMIN_PASSWORD: temba
options: --ulimit memlock=-1:-1 --ulimit nofile=65536:65536

steps:
- name: Checkout code
Expand Down

0 comments on commit 299bf00

Please sign in to comment.