Fix: Broker fails throws OOME with conf-quickstart (#4127)

when running the the packaged conf-quickstart druid broker fails to
start and throws OOME. increasing the direct memory to get around this.
This commit is contained in:
Nishant Bangarwa 2017-03-30 00:13:58 +05:30 committed by Fangjin Yang
parent bbb61e638b
commit 801ea5efa4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-server
-Xms1g
-Xmx1g
-XX:MaxDirectMemorySize=1280m
-XX:MaxDirectMemorySize=1792m
-Duser.timezone=UTC
-Dfile.encoding=UTF-8
-Djava.io.tmpdir=var/tmp