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:
alkum 2022-05-31 11:46:09 +02:00 committed by woodser
parent 8d63b89d5c
commit 4325e3e0fb

View file

@ -1 +1 @@
JAVA_OPTS=""
JAVA_OPTS="-XX:+ExitOnOutOfMemoryError"