Description:

JVMMaxMemorySizeMb parameter sets a maximum heap size in megabytes for LanguageTool in Java Virtual Machine (JVM). 

Parameter type:Number
Default value:

256

Possible values:

64...Nm

  • 64MB is the minimum possible size that can be used by LanguageTool in JVM but for a single language (e.g. English grammar checking).
  • Nm value will be higher as more grammar languages will be enabled. The maximum allowed value directly depends on the available RAM. In general, 512MB will be sufficient for LanguageTool in JVM for all supported grammar languages. 
<JVMMaxMemorySizeMb>256</JVMMaxMemorySizeMb>

  • No labels