Skip to content

Commit

Permalink
Update Djava.io.tmpdir parameter in jvm.options to add quotes (#21)
Browse files Browse the repository at this point in the history
After elasticsearch change, ${ES_TMPDIR} needs quotes around it.

Relates elastic/elasticsearch#39959
  • Loading branch information
ebadyano authored Mar 14, 2019
1 parent 43911f8 commit 9d01d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cars/v1/vanilla/templates/config/jvm.options
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
-Dlog4j.shutdownHookEnabled=false
-Dlog4j2.disable.jmx=true

-Djava.io.tmpdir=${ES_TMPDIR}
-Djava.io.tmpdir="${ES_TMPDIR}"

## heap dumps

Expand Down

0 comments on commit 9d01d65

Please sign in to comment.