Abstract
Configure the PIDs limit by adding a server configuration in Cortex XSOAR.
Configure the PIDs limit by setting the python.pass.extra.keys advanced parameter.
Select → → → .
Type the following:
Key
Value
python.pass.extra.keys--pids-limit=256
Reset the running containers by running the following command:
/reset_containers(Optional) To test the PIDs limit, run the following command in the playground:
!py script="from multiprocessing import Pool; p=Pool(256); print('pool started')"When the limit is in place, the command fails with a Python OSError. For example: