WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  error thrown by webpshere app server

    Posted 08/11/10 10:36 AM
    error thrown by webpshere app server

    --------------------------------

    hi all,
    i got an error thrown in the GC logs for websphere app server 5.1 and am not sure what caused it as the box which the app server sits on is very grunty and has lots of memory and CPU to burn :

    error i got is :

    Exception java.lang.OutOfMemoryError: requested 4 bytes for CMS: Work queue overflow; try -XX:-CMSParallelRemarkEnabled. Out of swap space?


    any suggestions as to what could be wrong ??

    thanks in advance.

    --------------------------------

    Posted By: kaboom at Feb 9 2009 2:28AM


  • 2.  error thrown by webpshere app server

    Posted 08/11/10 10:44 AM
    Check heap memory size

    --------------------------------

    I guess GC is running to many cycles so heap size may checked and set to optimum size.

    --------------------------------

    Posted By: swapna.s1986 at Feb 13 2009 5:19AM


  • 3.  error thrown by webpshere app server

    Posted 08/11/10 10:48 AM
    Check the heap size alloted to that application.
    Even if you have enough physical memory available, the application will only use the memory alloted to it in terms of HEAP SIZE.
    Probably the heap size allotted is not enough for the application. Try increasing this size.

    --------------------------------

    Posted By: saleemsak at Feb 18 2009 7:01AM