Configure the CPU, PIDs, and open the file descriptors limit
Set the advanced parameters to configure the CPU limit, PIDs limit, and the open file descriptor limit.
Edit the engine configuration file either by editing the
d1.conffile, or If you installed via Shell, you can edit the configuration in the UI as well as editing the file directly. For details, see Configure engines.Add the following keys:
ParameterKeyAvailable CPU limit
"limit.docker.cpu": true, "docker.cpu.limit": "<CPU Limit>"We recommend to limit each container to 1 CPU. (For example,1.0. Default is 1.0).PIDs limit
"python.pass.extra.keys": "--pids-limit=256"Open file descriptors limit
"python.pass.extra.keys": "--ulimit=nofile=1024:8192"Save the changes.
Restart the demisto service on the engine machine.
sudo systemctl start d1(Ubuntu)
sudo service d1 restart
Last updated
Was this helpful?
