remove minimum allocation, but keep max allocation
All checks were successful
Build & Publish / build (push) Successful in 9m16s
All checks were successful
Build & Publish / build (push) Successful in 9m16s
This commit is contained in:
parent
469dbff421
commit
da4c983d89
@ -82,7 +82,7 @@ docker {
|
|||||||
emptyLine()
|
emptyLine()
|
||||||
|
|
||||||
entryPointExec(
|
entryPointExec(
|
||||||
"java", "-Xms2G", "-Xmx2G",
|
"java", "-Xmx2G",
|
||||||
"-jar", "/bot/bot.jar"
|
"-jar", "/bot/bot.jar"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user