Abstract
Configure the open file descriptors limit by adding a configuration for the Cortex XSOAR engine.
You need to set the python.pass.extra.keys
advanced parameter to configure the open file descriptors limit.
Type the following key.
"python.pass.extra.keys": "--ulimit=nofile=1024:8192"
Save the changes.
Restart the demisto service on the engine machine.
sudo systemctl start d1
(Ubuntu/DEB)
sudo service d1 restart