mirror of
https://github.com/boldsuck/haveno.git
synced 2025-01-05 15:49:23 +00:00
pricenode: Add JVM flag ExitOnOutOfMemoryError to pricenode.env
Add flag that causes the JVM to exit with exit code 3 whenever there is an OutOfMemory exception.
This commit is contained in:
parent
8d63b89d5c
commit
4325e3e0fb
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
JAVA_OPTS=""
|
JAVA_OPTS="-XX:+ExitOnOutOfMemoryError"
|
||||||
|
|
Loading…
Reference in a new issue