mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
up java mem limit
This commit is contained in:
parent
ad861200de
commit
a49d560809
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- bootstrap.memory_lock=true
|
- bootstrap.memory_lock=true
|
||||||
- ES_JAVA_OPTS=-Xms1024m -Xmx1024m
|
- ES_JAVA_OPTS=-Xms2048m -Xmx2048m
|
||||||
- ES_TMPDIR=/tmp
|
- ES_TMPDIR=/tmp
|
||||||
cap_add:
|
cap_add:
|
||||||
- IPC_LOCK
|
- IPC_LOCK
|
||||||
|
|
Loading…
Reference in a new issue