This procedure uses the values:
task.max-lwps=(priv,100,deny),(priv,1000,signal=KILL) |
Become superuser or assume an equivalent role.
To remove an attribute value from the resource control task.max-lwps in the project myproject, use the projmod command with the -r and -K options.
# projmod -r -K "task.max-lwps=(priv,100,deny)" myproject |
If task.max-lwps has multiple values, such as:
task.max-lwps=(priv,100,deny),(priv,1000,signal=KILL) |
The first matching value would be removed. The result would then be:
task.max-lwps=(priv,1000,signal=KILL) |