FUME_COMPILED_EXPR_CACHE_MAX_ENTRIES
Applies to
- Community
- Enterprise
Defaults
- Community:
1000 - Enterprise:
1000
Purpose
Controls the size of the internal LRU cache used for compiled expressions.
Notes
- Raising this can reduce repeated compilation work at the cost of more memory.
- Enterprise also exposes
FUME_AST_CACHE_MAX_ENTRIESfor parsed AST caching.