0 Replies Latest reply on May 27, 2014 8:56 AM by jessholle

    VirtualMachineError Handling?

    jessholle

      Is there a standard setting/capability in JBoss Wildfly to euthanize the JVM upon any uncaught VirtualMachineError?

       

      Upon encountering an OutOfMemoryError or StackOverflowError shared memory structures are inherently suspect and in the former case it's unlikely the JVM is going to be of much continuing use anyway (assuming any form of slow leakage vs. one huge request), so it seems sensible to have such an option -- and for it to be implemented by the container rather than the applications therein.

       

      If I've missed this in the documentation, I'd greatly appreciated pointers.

       

      Thanks.