Increasing the Memory Allocated to
If the default amount of memory is not enough for your usage pattern, you can increase the amount of memory allocated to . To do so, follow the procedure below for the type of installer you used:
Windows Installer
To increase the amount of memory allocated to for a Windows
installation, follow these steps:
- Go to the installation directory of .
- Launch Manage Web Author.
- Go to the Java tab.
- In the Maximum memory pool option, enter the desired amount of memory to allocate to .
- Restart the application.
Linux Installer or All Platforms Kit
To increase the amount of memory allocated to for a Linux or
All Platforms installation, follow these steps:
- Go to the installation directory of .
- Edit the oXygenXmlWebAuthor.vmoptions file.
- Change the
-Xmx1536m
property to the desired amount of memory to allocate to (for example, 4 GB is represented as-Xmx4g
, while 1.5 GB = 1536 MB and is represented as-Xmx1536
). - Restart the application.