mirror of
https://github.com/IPTFreedom/iptfreedom.git
synced 2025-02-17 08:40:33 -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 = ""
|
DISCORD_ROLE_ID_SERVER_OWNER = ""
|
||||||
|
|
||||||
[launcher]
|
[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
|
aikars_flags = true
|
||||||
eula_args = true
|
eula_args = true
|
||||||
nogui = true
|
nogui = true
|
||||||
|
|
Loading…
Reference in a new issue