Performance Optimization of the TIBCO Enterprise Administrator Server

You can fine-tune the performance of the TEA server by using the following properties in the <TIBCO_HOME>\tea_config\tibco\cfgmgmt\tea\conf\tea.conf file:

Properties in the tea.conf File
Property Default Value Notes
tea.http.buffer-max-size 52428800  
tea.http.idle-timeout 60000 ms  
tea.http.threadpool.acceptors 1 The value of this property is decided at run time, depending on the available processors.
tea.http.threadpool.selectors 1 The value of this property is decided at run time, depending on the available processors.
tea.http.threadpool.workers 2 This value must be twice as much as the available processors.
tea.http.threadpool.idle-timeout 60000 ms  
tea.http.threadpool.session.timeout 1800 ms  

Mapping Jetty Properties to TEA Properties

The properties listed in the Properties in the tea.conf File table map to the following Jetty properties:

maxThreads = acceptors + selectors + workers

minThreads = acceptors + selectors