Skip to content

Commit

Permalink
Revert "Enable memory lock for Elasticsearch"
Browse files Browse the repository at this point in the history
This reverts commit 2c53181.

Apparently memory locking doesn't work with our current OpenShift
config. Needs more investigation.
  • Loading branch information
yrodiere committed Nov 3, 2023
1 parent 365ac40 commit cd28cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kubernetes/openshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- name: xpack.security.enabled
value: "false"
- name: bootstrap.memory_lock
value: "true"
value: "false"
# https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#_configure_and_start_the_cluster
- name: ES_PORT
value: 127.0.0.1:9200
Expand Down

0 comments on commit cd28cc1

Please sign in to comment.