3 Replies Latest reply on Feb 24, 2004 3:39 PM by adrian.brock

    Memry size increase has a bad effect? Why?

    vijpan

      I have a RedHat Linux Advanced Server 3.0 -- running JDK1.4.2--- JBOSS is 3.2.3 ---the machine has 1 GBRAM -- when some users(3-4) try to start testing an app it gives this error (also i havent given any memory allocation through Xmx)---first i wanted to be sure that its a memory problem or something else----
      --------------------------------------------------------------------
      # HotSpot Virtual Machine Error, Internal Error
      # Please report this error at
      # http://java.sun.com/cgi-bin/bugreport.cgi
      #
      # Java VM: Java HotSpot(TM) Server VM (1.4.2_03-b02 mixed mode)
      #
      # Error ID: 53484152454432554E54494D450E435050014F
      #
      # Problematic Thread: prio=1 tid=0x0872cb18 nid=0x10b5 runnable
      #

      Heap at VM Abort:
      Heap
      def new generation total 6208K, used 5929K [0xaacd0000, 0xab380000, 0xab3e0000)
      eden space 5568K, 99% used [0xaacd0000, 0xab23ffe8, 0xab240000)
      from space 640K, 56% used [0xab2e0000, 0xab33a7b8, 0xab380000)
      to space 640K, 0% used [0xab240000, 0xab240000, 0xab2e0000)
      tenured generation total 54240K, used 33604K [0xab3e0000, 0xae8d8000, 0xaecd0000)
      the space 54240K, 61% used [0xab3e0000, 0xad4b10e8, 0xad4b1200, 0xae8d8000)
      compacting perm gen total 23808K, used 23642K [0xaecd0000, 0xb0410000, 0xb2cd0000)
      the space 23808K, 99% used [0xaecd0000, 0xb03e6ac0, 0xb03e6c00, 0xb0410000)
      ./run.sh: line 194: 4277 Aborted $JAVA $JAVA_OPTS -classpath "$JBOSS_CLASSPATH" org.jboss.Main "$@"
      -------------------------------------------------------------------------
      After that i tried to give the Xmx as around 700M and Xms as 500M .. in this case the same problem occured but much earlier than it was happening before?
      What could be the real problem?
      Thanks