1 Reply Latest reply on Feb 17, 2005 8:27 AM by gdevito

    Urgent OutOfMemory!!

    gdevito

      How to verify what objects are not removed (finalized) from JVM ?

      My JVM has an heap of 1024Mb and my application should not store
      a lot of data, but after some days (2,3..) Jboss crash with an out
      of memory error.

      All my classes seam to be safe, without static members or referenced
      objects.

      Can anyone help me ?

        • 1. Re: Urgent OutOfMemory!!
          gdevito

          I've forgot that the problem displayed in the JVM console is :

          kgefec : fatal error 0
          kgepop : no error frame to pop for error 21503

          Could be the Oracle OCI driver for 9.2.0.4 ?

          If I use thin driver could I solve my problem ?