mirror of
https://github.com/apache/druid.git
synced 2025-02-07 18:48:33 +00:00
Historical OOMs were not getting dumped into /shared/logs because common JVM flags will override service-specific JVM flags. This PR fixes that and also removes unnecessary overrides in historical.
7 lines
366 B
Plaintext
7 lines
366 B
Plaintext
[program:druid-service]
|
|
command=%(ENV_DRUID_DEP_BIN_DIR)s/run-java %(ENV_COMMON_DRUID_JAVA_OPTS)s %(ENV_SERVICE_DRUID_JAVA_OPTS)s -cp %(ENV_DRUID_COMMON_CONF_DIR)s:%(ENV_DRUID_SERVICE_CONF_DIR)s:%(ENV_DRUID_DEP_LIB_DIR)s org.apache.druid.cli.Main server %(ENV_DRUID_SERVICE)s
|
|
redirect_stderr=true
|
|
priority=100
|
|
autorestart=false
|
|
stdout_logfile=%(ENV_DRUID_LOG_PATH)s
|