Edit online

Memory Limits

The recommended amount of memory for Content Fusion is 8Gib. If you are deploying Content Fusion for a license of 5 users, 4Gib should be enough.

When using a 4Gib machine to host Content Fusion, you should set new limits for the Content Fusion containers by editing the /fusion/docker-compose.override.yml file as in the example below (whitespace is important):
version: "3.5"
services:
  license-servlet:
    mac_address: EXAMPLE_VALUE_DO_NOT_CHANGE
    environment:
      - OXYGEN_JAVA_OPTS="-Xmx128M"
  documents-storage:
    environment:
      - OXYGEN_JAVA_OPTS="-Xmx558M"
  review-api:
    environment:
      - OXYGEN_JAVA_OPTS="-Xmx806M"
  webauthor:
    environment:
      - OXYGEN_JAVA_OPTS="-Xmx1280M"
  full-text-search:
    environment:
      - JAVA_OPTS="-Xmx512M"