ditaot_max_memory - Fluid Topics - 4.0

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
4.0

The "ditaot_max_memory" parameter is used to define the maximum memory used by DITA-OT during content processing. It is optional. If unset, the default value is "2048".

The number entered for this parameter is read as Mo. For example, the "2048" value is to be understood as "2Go".

Example

{
"ui": {
...
},
"khub": {
...
"pafs": {
...
"ditaot_max_memory": 4096,
...
}
}
}