Skip to content

Commit

Permalink
[incubator/druid] an invalid default value at midddleManager.config.d…
Browse files Browse the repository at this point in the history
…ruid_indexer_runner_javaOptsArray (helm#23312)

Signed-off-by: Youngwoo Kim <ywkim@apache.org>
  • Loading branch information
youngwookim committed Jul 23, 2020
1 parent ebd3908 commit 0d7012c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incubator/druid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ middleManager:
config:
DRUID_XMX: 64m
DRUID_XMS: 64m
druid_indexer_runner_javaOptsArray: '["-server", "--Xms256m", "-Xmx256m", "-XX:MaxDirectMemorySize=300m", "-Duser.timezone=UTC", "-Dfile.encoding=UTF-8", "-XX:+ExitOnOutOfMemoryError", "-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager"]'
druid_indexer_runner_javaOptsArray: '["-server", "-Xms256m", "-Xmx256m", "-XX:MaxDirectMemorySize=300m", "-Duser.timezone=UTC", "-Dfile.encoding=UTF-8", "-XX:+ExitOnOutOfMemoryError", "-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager"]'
druid_indexer_fork_property_druid_processing_buffer_sizeBytes: '25000000'

autoscaling:
Expand Down

0 comments on commit 0d7012c

Please sign in to comment.