Jump to content
  • Garbage Collector tuning for TIBCO ActiveMatrix BusinessWorks?


    Manoj Chaurasia

    Table of Contents


    If you have a fixed HEAP

    Add the following lines to /tibco/designer/x.x/bin/designer.tra or bwengine.tra

     java.heap.size.max %HEAP_SIZE% java.extended.properties=-XX\:UseConcMarkSweepGC -XX\:UseParNewGC-XX\:+CMSParallelRemarkEnabled -XX\:NewSize\=64m -XX\:MaxNewSize\=%HEAP_SIZE% -XX:MinHeapFreeRatio=52 -XX:MaxHeapFreeRatio=90 -XX:GCTimeRatio=19

     

    If every engine has it's own HEAP size then Add:

    Normal

    0

    false

    false

    false

    EN-US

    X-NONE

    HE

    MicrosoftInternetExplorer4

    /* Style Definitions */

    table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:Arial; mso-bidi-theme-font:minor-bidi;}

     java.extended.properties = -XX:MinHeapFreeRatio=52 -XX:MaxHeapFreeRatio=90 -XX:GCTimeRatio=19

     


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...