pcre_cache_size
Last updated March 2020
Name
pcre_cache_size — set the maximum size of the ec_pcre_compile cache
Synopsis
pcre_cache_size = 0
Description
Pcre_Cache_Size and Pcre_Cache_Ttl together set the maximum size and TTL of the ec_pcre_compile cache. This cache is used by sieve, sievelib, the bounce_classifier code and the vctx_filter module to cache compiled regular expressions. It should not normally be necessary to modify these values.
The default value for this option is 100
.
Scope
pcre_cache_size is valid in the global scope.
See Also
Was this page helpful?