haveno/pricenode/haveno-pricenode.env
alkum 4325e3e0fb 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.
2022-08-08 13:46:42 -04:00

2 lines
40 B
Bash

JAVA_OPTS="-XX:+ExitOnOutOfMemoryError"