Tuning client-request processing from the command line
You can tune client-request processing from the command line.
The max_nimesis_threads attribute can be used to tune
client-request processing. To enable the multithreaded nimesis daemon,
set a value to the max_nimesis_threads attribute on the NIM master
using the following command:
nim -o change -a max_nimesis_threads=value master
Note: The
range for the value attribute above is 20 to 150.
To disable
the multithreaded nimesis daemon, set a null
value to the max_nimesis_threads attribute on the NIM master:
nim -o change -a max_nimesis_threads="" master