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
Expand all | Collapse all

Flow service Memory Consuming

  • 1.  Flow service Memory Consuming

    Posted Tue January 26, 2010 11:29 AM

    Hi

    My Integration server consuming very high memory every day.
    the memory usage is everage 98% of 1GB.

    My problem is, i don’t know which service that consuming much memory.
    How do i know, every service memory consuming in webMethods?

    Thank’s.


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


  • 2.  RE: Flow service Memory Consuming

    Posted Tue January 26, 2010 04:31 PM

    If you’re not encountering errors, then this probably something you don’t need to worry about.

    Document size and pipeline management (drop vars when done with them) are two items to look at.


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


  • 3.  RE: Flow service Memory Consuming

    Posted Wed January 27, 2010 06:44 AM

    You might refer Service Usage page on IS Admin consol to find out services taking lot of time to complete. This might give you an idea to identify bottlenecks or components where investigation is needed.


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


  • 4.  RE: Flow service Memory Consuming

    Posted Wed January 27, 2010 04:26 PM

    The Service Usage page does not include the time it takes for services to run. It shows execution count and last ran date/time.


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


  • 5.  RE: Flow service Memory Consuming

    Posted Thu January 28, 2010 05:37 AM

    hi reamon and ajainaina
    thank for the respone.

    this problem occure every time i restart the server. it’s mean there is no running proccess that consume much memory.
    i have tried to unload some package. i found the memory usage decreased from 98% downto avg 60%.

    My Other question:
    how much memory used for every single service loaded into memory every time we start the Integration Server?

    thank’s.
    Jaka


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


  • 6.  RE: Flow service Memory Consuming

    Posted Thu January 28, 2010 03:23 PM

    Is it really a problem? Is something failing? If not, then it’s probably not worth investigating at this time. During normal operation, IS will consume and release memory regularly, including up to the max.

    How much memory is used by a service depends on the service.


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


  • 7.  RE: Flow service Memory Consuming

    Posted Thu February 11, 2010 03:20 PM

    If you have the WmOptimize package installed without having configured a Broker for it you might actually have a problem. Otherwise most likely not as previously stated.


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


  • 8.  RE: Flow service Memory Consuming

    Posted Wed March 03, 2010 10:58 AM

    Hi all,

    We have webMethods 7.0 installed on one of our client. We use custom developed FTP service to do file transfer from remote folder to IFW at an interval of 5 minutes regularly. Basically that custom service is being run using webMethods scheduler service.
    For some time, we are facing webMethods crashing/thread dump yet no other activity except the FTP service was running.
    We have tried tweaking JVM properties but it did not help much. Thread dump analysis suggests that java heap was almost exhausted. I doubt that FTP service is not releasing the memory. Is there any way to check that and possible solution of the same. Any sort of help/suggestion will be appreciated.

    Thanks for all the help!

    Kamal


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


  • 9.  RE: Flow service Memory Consuming

    Posted Thu March 04, 2010 07:36 AM

    You can use Profiler like wily/writia available for webMethods to get in depth details regarding time taken by a service to run. Min/Max/Avg time. Memory utilization of server etc details can be get using hte profiler. and acording to those finding you can tweak your services


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