bisq/pricenode/bisq-pricenode.env
alkum 4d35ed9132
Add JVM flag ExitOnOutOfMemoryError
Add flag that causes the JVM to exit with exit code 3 whenever there is an OutOfMemory exception.
2022-05-31 11:46:09 +02:00

2 lines
40 B
Bash

JAVA_OPTS="-XX:+ExitOnOutOfMemoryError"