cacheSize
System scope only
The value of this configuration variable
specifies, in bytes, how much of Tango memory is used for caching
application files and files referenced with <@INCLUDE>.
Tango Server caches in memory each file it
reads, so that subsequent accesses of the same file are faster. The
maximum size of the cache is controlled by this configuration
variable. When the cache fills up, and Tango tries to load an uncached
file, any cached included files are purged to make room. If that fails
to free enough memory to load the file, the cached application files
are purged.
You should set the value of cacheSize
to a value large enough to accommodate the files that are regularly
accessed by Tango.
The default value of cacheSize is
2000000.
See Also
cache
|