Added a fix for vm.max_map_count to docker-compose, bypassing 262144 limit for test environments

This commit is contained in:
frikky
2021-09-08 20:05:26 +02:00
parent b06baaf878
commit f860545de4
7 changed files with 733 additions and 9 deletions
+1
View File
@@ -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