Setting a System Property for the Web-based Editor
A variety of Java system properties can be set to influence the behavior of the visual editor embedded in Oxygen Content Fusion. You would need to edit the /fusion/docker-compose.override.yml file and set the system property under "environment".
In the following example for Windows, the first property sets the Java
      memory size limit, while the second property disables the use of
      DirectDraw:
      webauthor:
    environment:
      - OXYGEN_JAVA_OTPS=-Xmx8g -Dsun.java2d.noddraw=trueImportant: 
    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