Added a fix for vm.max_map_count to docker-compose, bypassing 262144 limit for test environments
This commit is contained in:
@@ -78,6 +78,7 @@ services:
|
||||
- node.name=shuffle-opensearch
|
||||
- discovery.seed_hosts=shuffle-opensearch
|
||||
- cluster.initial_master_nodes=shuffle-opensearch
|
||||
- node.store.allow_mmap=false
|
||||
ulimits:
|
||||
memlock:
|
||||
soft: -1
|
||||
|
||||
Reference in New Issue
Block a user