forked from LBRYCommunity/lbry-sdk
Update docker-compose-wallet-server.yml
This commit is contained in:
parent
a00d5f18af
commit
c90ccffd7b
1 changed files with 2 additions and 2 deletions
|
@ -36,9 +36,9 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- node.name=es01
|
- node.name=es01
|
||||||
- discovery.type=single-node
|
- discovery.type=single-node
|
||||||
- indices.query.bool.max_clause_count=4096
|
- indices.query.bool.max_clause_count=8192
|
||||||
- bootstrap.memory_lock=true
|
- bootstrap.memory_lock=true
|
||||||
- "ES_JAVA_OPTS=-Xms8g -Xmx8g" # no more than 32, remember to disable swap
|
- "ES_JAVA_OPTS=-Xms4g -Xmx4g" # no more than 32, remember to disable swap
|
||||||
ulimits:
|
ulimits:
|
||||||
memlock:
|
memlock:
|
||||||
soft: -1
|
soft: -1
|
||||||
|
|
Loading…
Reference in a new issue