1
0

remove minimum allocation, but keep max allocation
All checks were successful
Build & Publish / build (push) Successful in 9m16s

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()
entryPointExec(
"java", "-Xms2G", "-Xmx2G",
"java", "-Xmx2G",
"-jar", "/bot/bot.jar"
)
}