Cortex XSOAR 6.13
Configure the Open File Descriptors Limit
Configure Docker open file descriptor limits in Cortex XSOAR 6.13.
To configure the open file descriptors limit you need to set the python.pass.extra.keys advanced parameter.
Select Settings → About → Troubleshooting → Add Server Configuration.
Type the following:
KeyValuepython.pass.extra.keys--ulimit=nofile=1024:8192Reset the running containers by running the following command:
/reset_containers(Optional) To test the file descriptors limit, run the following command in the playground:
!py script="import resource;print('file descriptor limit: ', resource.getrlimit(resource.RLIMIT_NOFILE))"The command prints the file descriptor limit (soft and hard). For example:

file-descriptors-limit.png
Last updated
Was this helpful?
