mirror of https://github.com/apache/druid.git
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:
parent
bbb61e638b
commit
801ea5efa4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue