mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Add JVM flag ExitOnOutOfMemoryError
Add flag that causes the JVM to exit with exit code 3 whenever there is an OutOfMemory exception.
This commit is contained in:
parent
ad15fcd5c4
commit
4d35ed9132
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
JAVA_OPTS=""
|
||||
JAVA_OPTS="-XX:+ExitOnOutOfMemoryError"
|
||||
|
|
Loading…
Add table
Reference in a new issue