Cortex XSOAR 6.13
Configure the PIDs Limit
Configure Docker process limits in Cortex XSOAR 6.13.
Configure the PIDs limit by setting the python.pass.extra.keys advanced parameter.
Select Settings → About → Troubleshooting → Add Server Configuration.
Type the following:
KeyValuepython.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:

pids-error.png
Last updated
Was this helpful?
