Merge pull request #278 from oceanprotocol/feature/remove_es_disk_requirments

remove es disk requirments
This commit is contained in:
Alex Coseru 2021-12-31 09:02:42 +02:00 committed by GitHub
commit 61768d26e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,4 +8,5 @@ services:
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
MAX_MAP_COUNT: "64000"
discovery.type: "single-node"
discovery.type: "single-node"
cluster.routing.allocation.disk.threshold_enabled: 'false'