MyNixOS website logo
option

services.languagetool.jvmOptions

Extra command line options for the JVM running languagetool. More information can be found here: https://docs.oracle.com/en/java/javase/19/docs/specs/man/java.html#standard-options-for-java.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-Xmx512m"
]