1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00

remove es disk requirments

This commit is contained in:
alexcos20 2021-12-20 05:26:55 -08:00
parent c945254899
commit ba3f83d6e9

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'