Skip to content

Commit

Permalink
[Bash] Allow custom driver log name tro be set.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Dec 6, 2023
1 parent 131059f commit 066bf9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/aeron/media-driver
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ set -euxo pipefail

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"

GC_LOG_FILE_NAME="${GC_LOG_FILE_NAME:-$(basename "${0}" .sh)-%p}"
export GC_LOG_FILE_NAME

exec "${DIR}/../run-java" \
io.aeron.driver.MediaDriver \
"${DIR}/low-latency-driver.properties" \
Expand Down

0 comments on commit 066bf9e

Please sign in to comment.