How do you increase the number of worker threads used by the broker in Smarts?
To correct the problem, set a SM_BROKER_NTHREADS variable in <basedir>/smarts/local/conf/runcmd_env.sh.
SM_BROKER_NTHREADS: This environment variable determines the maximum number of threads that the Broker can use. Valid values are 20 through 128, with a default value of 20. If a user sets SM_BROKER_NTHREADS to an invalid string or a value less than 20, the value is set to 20 (default).