Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added recommendations on RAM usage.

...

Excerpt


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. 

Note
The number depends on desired RAM usage.  For details on calculating the required CacheSize, please refer to WebSpellChecker Server Hardware requirements sectionConsider 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.



Code Block
languagexml
themeEmacs
<CacheSize>150000</CacheSize>


...