I have solr issues where I keep running out of memory. I am working on
solving the memory issues (this will take a long time), but in the meantime,
I'm trying to be notified when the error occurs.  I saw with the jvm I can
pass the -XX:OnOutOfMemoryError= flag and pass a script to run. Every time
the out of memory issue occurs though my script never runs. Does solr let
the error bubble up so that the jvm can call this script? If not how can I
have a script run when solr gets an out of memory issue?

Reply via email to