mirror of
https://github.com/IPTFreedom/iptfreedom.git
synced 2024-11-23 12:57:50 -05:00
fix: actually kill the server on out of memory error
This commit is contained in:
parent
619442d296
commit
b6ceed24fc
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ DISCORD_ROLE_ID_EXECUTIVE = ""
|
|||
DISCORD_ROLE_ID_SERVER_OWNER = ""
|
||||
|
||||
[launcher]
|
||||
jvm_args = "-XX:OnOutOfMemoryError='kill -2 %p' -Dcom.github.iptfreedom.fastasynchronousincompetence.allowv7=true"
|
||||
jvm_args = "-XX:+ExitOnOutOfMemoryError -Dcom.github.iptfreedom.fastasynchronousincompetence.allowv7=true"
|
||||
aikars_flags = true
|
||||
eula_args = true
|
||||
nogui = true
|
||||
|
|
Loading…
Reference in a new issue