Increasing the CPU Limit for the Publishing Container
The CPU limit for the Content Fusion publishing container can be
controlled by setting a value for cpus
in the
/fusion/docker-compose.override.yml file.
For
example:
publishing-main:
deploy:
resources:
limits:
cpus: '1.80'
Important:
The indentation is required in the YML file.
After modifying this configuration, you need to restart by running the
following commands in the
/fusion
directory:docker-compose stop publishing-main
docker-compose rm -f publishing-main
docker-compose up -d publishing-main