Server caches server-caches
Use these server settings for server caches.
PS::cache.rootPaths - Cache Data Folders section-f0aa808304d74ecdb0c3644f11906c53
The root folder(s) for the Platform Server’s disk cache. One or more absolute file paths or paths relative to install_folder, separated by semicolons (;). The data for the HTTP response cache is distributed evenly across all specified folders. The caches for the auxiliary caches (compiled image catalogs and foreign image data) are located in the primary cache folder (the first folder in the list).
PS::cache.maxSize - Response Data Cache Size section-ed2e1e7ba4bd4e13b77bb20c4cacddb4
The maximum size of the HTTP response cache in bytes. This setting limits the amount of actual data to be cached; it does not consider file system overhead. (See Response Data Cache.) If multiple cache data folders are specified, the cache data is spread evenly across all folders. The value of cache.maxSize
in PlatformServer.conf is in bytes.
PS::cache.maxEntries - Response Data Cache Max Entries section-5603e327e90542a5b50aeeb27b080410
The number of entries allocated for the in-memory HTTP response cache index.
IS::TempDirectory - Image Server Temporary Files Folder section-42ea1e7a68c444878f7245c5bbcb1672
The Image Server occasionally needs to save intermediate data to disk. The path can be absolute or relative to install_folder.
SV::temp - Server Supervisor Temporary Files Folder section-fd2cd5ef7e814a4bb56aaf5525e1a154
The Server Supervisor occasionally needs to save intermediate data to disk. The path can be absolute or relative to install_folder. Defaults to install_folder/temp.