Overrides the default value for the number of threads that applications may spawn.
SERVERTHREADS [application_name] n
application_name | Optional. If you specify an application, all the databases in that application are affected by the SERVERTHREADS setting. If you leave out the application name parameter, the setting applies to the entire Analytic Server. |
n | The number of threads the application may produce.
Specify an integer between 20 and 500, inclusive. If you use the .CFG setting to specify a number lower than 20, it is interpreted as 20. If you use the .CFG setting to specify a number higher than 500, it is interpreted as 500. Important: see Notes below. |
SERVERTHREADS overrides the default value for the number of threads that application processes may spawn. The default value is defined by the number of licensed ports. Use this setting to make the maximum number of threads higher than the default value. See Notes.
When a transaction is requested, the application assigns a thread to the transaction and releases the thread when the transaction is complete.
PORTS
in the Agent window.
Number of licensed ports Default number of threads 5 or fewer 5 6 - 11 10 11 or more 20
SERVERTHREADS 25
Allows all applications to spawn up to 25 threads.
SERVERTHREADS Sample 100
Allows the Sample application to spawn up to 100 threads.
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |