IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  Garbage Cleanup (Heap)

    Posted Wed April 18, 2007 05:58 PM

    Hi All ,

    Is there anyway service which cleaen the heap (which are not active) ?

    Appreatiate your reply.

    Thanks,
    Raj


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Garbage Cleanup (Heap)

    Posted Wed April 18, 2007 06:15 PM

    The JVM manages garbage collection far more efficiently than anything you could write. Seach wMusers on “verboseGC” and “System.GC()” for lots of links to informative, technical detail-rich articles on how JVM garbage collection works and why attempting to manage it on your own almost always hurts performance rather than improving it.

    Mark


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Garbage Cleanup (Heap)

    Posted Wed April 18, 2007 06:54 PM

    Thanks Mark , Ohh It’s really ! I thought I can increase my performance.

    Thanks,

    Raj


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB