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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to increase Integration Server performance?

    Posted 12/01/18 01:46 AM

    Hi Experts,

    Our Integration Server is running at 90-100% CPU & running out f threads. Can you please suggest like what would be the optimal JVM & IS settings be?

    Thanks


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: How to increase Integration Server performance?

    Posted 12/02/18 05:00 PM

    Warrior S,

    It depends on several factors and reviews the below, provide details on your webMethods platform

    1> What is the current load/transactions per second? Estimated?
    2> What components of webMethods suite you are currently using and what is the current architecture
    3> Current JVM memory set on the IS? Try increasing this and see the results.
    4> What is the thread pool configurations on your IS? Try tuning this and see the results.
    5> Any OOM or errors encountered?


    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: How to increase Integration Server performance?

    Posted 12/14/18 11:27 AM

    Hi,

    What I did, and it helped is the following:

    • wrapper.java.additional.205=-Xss8192k
    • wrapper.java.maxmemory=4092

    And it helped. This is just my local environment.

    It is very important how many packages you have and how big they are (among others).


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: How to increase Integration Server performance?

    Posted 12/25/18 09:12 AM

    Hi,

    Below are the few points from my end which cause for Integration Server is running at 90-100% CPU.

    Check GC collector - how long it is running
    Identify is there any schedulers getting stuck everytime it runs
    Also, identify service hangs or taking the long time to execute.
    bad coding like infinity repeat step.

    Thanks,
    Vinay.


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: How to increase Integration Server performance?