Description:
CacheSize parameter defines a number of misspellings and their suggestions to be cached in RAM.
Parameter type:Number
Default value:150000
Possible values:

Between 0 and any desired number. 

The number depends on desired RAM usage. Consider the following requirement: 10 MB for cache must be enabled on Server (for 10 000 suggestions). The rough calculation here is 1 misspelling and its suggestions equals 100 bytes. The more misspellings and their suggestions are added to cache, the more RAM will be required.
<CacheSize>150000</CacheSize>

  • No labels