Skip to content

Commit 8b66d3b

Browse files
committed
Fixed CI
1 parent 32ff58b commit 8b66d3b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,8 @@ jobs:
116116
env:
117117
node.name: os-test
118118
discovery.type: single-node
119-
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
119+
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m -Dopensearch.memory_lock=true
120120
OPENSEARCH_INITIAL_ADMIN_PASSWORD: ScoRpi0n$
121-
ulimits:
122-
memlock:
123-
soft: -1
124-
hard: -1
125121
ports:
126122
- 9201:9200
127123
- 9600:9600

0 commit comments

Comments
 (0)