Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

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 (#23312) (#23313)

Signed-off-by: Youngwoo Kim <ywkim@apache.org>
  • Loading branch information
youngwookim authored Jul 28, 2020
1 parent 9fcfb8b commit 8e6b29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubator/druid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.19.0
description: Apache Druid is a high performance real-time analytics database.
name: druid
version: 0.2.9
version: 0.2.10
home: https://druid.apache.org/
icon: https://druid.apache.org/img/favicon.png
maintainers:
Expand Down
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 8e6b29a

Please sign in to comment.