Skip to content

Commit

Permalink
add env vars for configuring volume allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jan 17, 2024
1 parent 9e619df commit 467c9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryostat-entrypoint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ createBuckets "${names[@]}" &

exec weed -logtostderr=true server \
-dir="${DATA_DIR:-/tmp}" \
-master.volumePreallocate -volume.max="${VOLUME_MAX:-0}" -master.volumeSizeLimitMB=4096 \
-master.volumePreallocate="${VOLUME_PREALLOCATE:-true}" -volume.max="${VOLUME_MAX:-0}" -master.volumeSizeLimitMB="${VOLUME_SIZE_LIMIT_MB:-4096}" \
-s3 -s3.config="${cfg}" \
"$@"

0 comments on commit 467c9c2

Please sign in to comment.