Home
EN
Location
Documentation Home
Palo Alto Networks
Support
Live Community
Knowledge Base
MENU
Home
Security Operations
Cortex XSOAR
Cortex XSOAR Administrator’s Guide
Docker
Docker Hardening Guide
Configure the PIDs Limit
Document:
Cortex XSOAR Administrator’s Guide
Configure the PIDs Limit
Download PDF
Last Updated:
Sat Mar 05 23:12:46 PST 2022
Current Version:
6.0 (EoL)
Version 6.6
Version 6.5
Version 6.2
Version 6.1 (EoL)
Version 6.0 (EoL)
Version 5.5 (EoL)
End-of-Life (EoL)
Previous
Next
Configure the PIDs Limit
Follow these instructions to configure the PIDs limit by adding a server configuration.
Configure the PIDs limit by setting the
python.pass.extra.keys
advanced parameter.
Select
Settings
About
Troubleshooting
Add Server Configuration
.
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:
Previous
Next
Recommended For You
Recommended Videos
Recommended videos not found.