Abstract
Limit the available CPU on your system.
Follow these instructions to set the advanced parameters to configure the CPU limit.
It is recommended limiting each container to 1 CPU.
Add the following keys:
"limit.docker.cpu": true, "docker.cpu.limit": "<CPU Limit>"
(For example,1.0
. Default is 1.0).Save the changes.
Restart the demisto service on the engine machine.
sudo systemctl start d1
(Ubuntu/DEB)
sudo service d1 restart