glide.workflow.model.cache.max
ServiceNow property description:
The max number of models that will be concurrently held in the LRU cache. The model portion of a workflow version is cached to maximize performance. In order for this property to take effect, the instance needs to be restarted.
Attributes
- Sys ID: 1377ba46d732110043ea6f14ce610320
- Type: integer
- Application: Global
- Default value: 300

AI generated property description:
The ServiceNow property `glide.workflow.model.cache.max` determines the maximum number of workflow models that can be concurrently held in the Least Recently Used (LRU) cache. This caching mechanism is designed to enhance performance by storing the model portion of a workflow version, allowing for quicker access and execution. When the cache reaches its maximum limit, the least recently used models are removed to make room for new ones. To apply changes to this property, a restart of the ServiceNow instance is required. This property is crucial for optimizing the efficiency of workflow operations by reducing the need to repeatedly load workflow models from the database.
Source