Software >> Middleware >> Weblogic >> How to determine if the java vm is experiencing Java OutOfMemory or Native OutOfMemory

Determine whether it is a Java OOM or Native OOM

  • If the stdout/stderr message says that this is a java.lang.OutOfMemoryError, then this is a Java OOM.
  • If the stdout/stderr message says that it failed to acquire memory, then this is a Native OOM.

 

Look in stdout or stderr log and not to the application-specific log files like weblogic.log