remove minimum allocation, but keep max allocation

This commit is contained in:
Jannik Reimers 2025-03-18 11:08:05 +01:00
parent 469dbff421
commit da4c983d89
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0

View file

@ -82,7 +82,7 @@ docker {
emptyLine() emptyLine()
entryPointExec( entryPointExec(
"java", "-Xms2G", "-Xmx2G", "java", "-Xmx2G",
"-jar", "/bot/bot.jar" "-jar", "/bot/bot.jar"
) )
} }