Increasing Memory for the Web-Based Editor
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=-Xmx8gImportant: 
    The indentation is required in the YML file.
After modifying this configuration, you need to restart the web-based
      editor by running the following command in the 
    /fusion
      directory:docker-compose stop webauthor
docker-compose rm -f webauthor
docker-compose up -d webauthor