docker-tachidesk icon indicating copy to clipboard operation
docker-tachidesk copied to clipboard

Allow passing custom java args

Open qu1ck opened this issue 1 year ago • 1 comments

Startup script has hardcoded java -jar <path to jar>. There should be a way to pass custom arguments to it, things like -Xms, -Xmx, flags for GC tuning etc.

qu1ck avatar Oct 29 '23 05:10 qu1ck

things like -Xms, -Xmx

Normally you shouldn't need to set these flags with the UseContainerSupport flag, which is enabled by default if supported by the system.

However, there's already the JAVA_TOOL_OPTIONS environment variable that you can use for this purpose.

renjfk avatar Sep 08 '24 03:09 renjfk