Handle globally Java Heap Space #305
Labels
area/backend
Needs backend code changes
bug
Something isn't working
kind/cooldown
Great candidate for the cooldown period
kind/customer-request
Requested by one or more customers
https://stackoverflow.com/a/12096648/1590168
-XX:OnOutOfMemoryError="kill -9 %p"
seems to be the solutionor
-XX:+ExitOnOutOfMemoryError
(note there is also-XX:+CrashOnOutOfMemoryError
)The text was updated successfully, but these errors were encountered: