Edit online

The amount of memory available for the web-based editor in Content Fusion can be controlled by setting the -Xmx JVM option. This can be set by using the OXYGEN_JAVA_OPTS environment variable.

For example, the following code in the /fusion/docker-compose.override.yml file would set the amount of available memory to 8 GB:
  webauthor:
    environment:
      - OXYGEN_JAVA_OTPS=-Xmx8g
Important: The indentation is required in the YML file.
After modifying this configuration, you need to restart the webauthor by running the following command in the /fusion directory:
docker-compose up -d --force-recreate webauthor