Disable swapping

This commit is contained in:
Manuel Gutierrez
2020-06-18 12:52:40 +02:00
committed by Manuel Gutierrez
parent f3bcb7f6e1
commit 8ebd2b2609
+1
View File
@@ -33,6 +33,7 @@ services:
- "9300:9300"
environment:
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
- bootstrap.memory_lock=true
- node.name=es01
- node.master=true
- cluster.initial_master_nodes=es01