mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-02-08 18:58:40 -05:00
![alkum](/assets/img/avatar_default.png)
Add flag that causes the JVM to exit with exit code 3 whenever there is an OutOfMemory exception.
2 lines
40 B
Bash
2 lines
40 B
Bash
JAVA_OPTS="-XX:+ExitOnOutOfMemoryError"
|