Skip to content

Commit

Permalink
chore: Added option to turn off UsePerfData to prevent hsperfdata fro…
Browse files Browse the repository at this point in the history
…m being written to /tmp within the container.
  • Loading branch information
greycubesgav committed Jul 17, 2023
1 parent 5783af5 commit 30d14eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ fi

echo "Starting cryptomator-cli, will listen on: http://${CRYPTOMATOR_BIND}:${CRYPTOMATOR_PORT}/${CRYPTOMATOR_VAULT_NAME}"
echo "------------------------------"
exec java -jar "${JAR_LOCATION}" --bind="${CRYPTOMATOR_BIND}" --port="${CRYPTOMATOR_PORT}" \
exec java -XX:-UsePerfData -jar "${JAR_LOCATION}" --bind="${CRYPTOMATOR_BIND}" --port="${CRYPTOMATOR_PORT}" \
--vault "${CRYPTOMATOR_VAULT_NAME}=/vault" \
--passwordfile "${CRYPTOMATOR_VAULT_NAME}=${CRYPTOMATOR_PASSFILE_LOC}"

0 comments on commit 30d14eb

Please sign in to comment.