...
Jobs have a 'max_cpus' value which puts an upper limit on how wide a single job can expand.  This value can be supplied via a site-wide default or specified on a job-by-job basis.
...
SmartShare 
...
Disabling SmartShare
To opt out, the site administrator can set the supervisor_smart_share_mode to "none" in qb.conf on the supervisor machine:
| Code Block | 
|---|
| supervisor_smart_share_mode = none
 | 
SmartShare from a user's perspective
...
| Excerpt | 
|---|
| Configuring SmartShare  | Tip | 
|---|
 | SmartShare is automatically enabled for new 6.6+ installs and upgrades alike. Disabling SmartShareTo opt out, the site administrator can set the supervisor_smart_share_mode to "none" in qb.conf on the supervisor machine: | Code Block | 
|---|
 | supervisor_smart_share_mode = none
 | 
 | 
 
 supervisor_smart_share_modeCan be either “jobs” or “none”.  default: "jobs"Setting it to “jobs” will make the system try to balance the number of the automatically-expanded “secondary" instances on a job-to-job basisSetting it to “none” disables SmartShare. 
supervisor_smart_share_preempt_policymethod of preemption for secondary instances aggressive, passive, disableddefault: aggressive
supervisor_default_max_cpus
 used to set the site-wide default value of “max_cpus” if not given at submissiondefault: -1Note: “*” can be used in the qb.conf file too, instead of -1
supervisor_max_cpus_limit
 largest value of “max_cpus” that can be used on any jobdefault 100Note: if any job specifies a value greater than this, the system will silently cap it to this value
   | 
 ...