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.  Issue with JVM settings on wM8.2

    Posted Tue October 11, 2011 03:36 PM

    Hi Guys,

    I’m trying to set JVM settings on IS server.bat

    but my settings are not implemented. i checked statistics page. i don’t see increase in memory.

    i installed wM’s as a service. Before i make the jvm settings, i unreg the service and made jvm settings and then registered the service. But new JVM settings are not initiated.

    Can you please help?

    Thanks
    Sandy


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive


  • 2.  RE: Issue with JVM settings on wM8.2

    Posted Wed October 12, 2011 10:56 PM


  • 3.  RE: Issue with JVM settings on wM8.2

    Posted Thu October 13, 2011 05:53 AM

    I think they moved to a separate file didn’t they? I can’t remember where, but I think it was ignoring the “usual” place for setting things and looking in another file for the jvm params.


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB


  • 4.  RE: Issue with JVM settings on wM8.2

    Posted Thu October 13, 2011 09:21 AM

    Nathan Lee,

    By default, IS JVM memory can modify from setenv.bat but it’s also possible to
    modify memory setting straight away from server.bat by replace this line in server.bat to their respective value.
    set JAVA2_MEMSET=-Xms%JAVA_MIN_MEM% -Xmx%JAVA_MAX_MEM% -XX:MaxPermSize=%JAVA_MAX_PERM_SIZE% -Xrs


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Issue with JVM settings on wM8.2

    Posted Thu October 13, 2011 10:52 AM

    SandeepKumar ,

    i have did the steps you mentioned above and i am able to modify my IS JVM memory successfully. FYI, i am trying on WM8.2 as well.

    1. Uninstall IS service
    2. Replace
      set JAVA2_MEMSET=-Xms%JAVA_MIN_MEM% -Xmx%JAVA_MAX_MEM% -XX:MaxPermSize=%JAVA_MAX_PERM_SIZE% -Xrs to
      set JAVA2_MEMSET=-Xms512M -Xmx512M -XX:MaxPermSize=256M -Xrs
      in server.bat
    3. Install IS service

    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 6.  RE: Issue with JVM settings on wM8.2

    Posted Thu October 13, 2011 05:21 PM

    Sorry, i changed the setting on setenv.bat itself. JVM settings are not applied.

    I will try modifying server.bat, thanks.


    #webMethods
    #webMethods-Archive
    #Integration-Server-and-ESB