Abstract
Configure the PIDs limit by adding a server configuration for a Cortex XSIAM engine.
Configure the PIDs limit by setting the python.pass.extra.keys
advanced parameter.
Add the following key:
"python.pass.extra.keys": "--pids-limit=256"
Save the changes.
Restart the demisto service on the engine machine.
sudo systemctl start d1
(Ubuntu/DEB)
sudo service d1 restart