1 Reply Latest reply on Nov 12, 2012 1:44 PM by muruga.mani

    OutOfMemoryError when starting the Component

    muruga.mani

      Whenever I create a new container through the FMC and try to start it, I am being hit with the out of memory error.  I see that the RAM has about 2GB of free memory.

       

      Is it anything to do with the settings in the FMC or Fuse ESB Enterprise?

       

       

      #

      1. There is insufficient memory for the Java Runtime Environment to continue.

      2. Native memory allocation (malloc) failed to allocate 278264 bytes for Chunk::new

      3. Possible reasons:

      4.   The system is out of physical RAM or swap space

      5.   In 32 bit mode, the process size limit was hit

      6. Possible solutions:

      7.   Reduce memory load on the system

      8.   Increase physical memory or swap space

      9.   Check if swap backing store is full

      10.   Use 64 bit Java on a 64 bit OS

      11.   Decrease Java heap size (-Xmx/-Xms)

      12.   Decrease number of Java threads

      13.   Decrease Java thread stack sizes (-Xss)

      14.   Set larger code cache with -XX:ReservedCodeCacheSize=

      15. This output file may be truncated or incomplete.

      #

      1. Out of Memory Error (allocation.cpp:317), pid=4952, tid=3244

      #

      1. JRE version: 6.0_31-b05

      2. Java VM: Java HotSpot(TM) Server VM (20.6-b01 mixed mode windows-x86 )

       

      Edited by: muruga.mani on Nov 2, 2012 8:41 PM