Edit online

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 command in the /fusion directory:
docker-compose up -d --force-recreate publishing-main