glide.db.archive.max_iterations
ServiceNow property description:
Max number of batches (Max Iterations) to process when archiver runs
Attributes
- Sys ID: 2c81c2a607312000c6a9a04ff1021ecc
- Type: integer
- Application: Global
- Default value: 10

AI generated property description:
The ServiceNow property `glide.db.archive.max_iterations` specifies the maximum number of batches that the archiver will process during a single run. This property is crucial for controlling the load on the system by limiting the number of iterations the archiver performs, thereby preventing potential performance issues. According to the documentation, setting this property helps manage the archival process more efficiently by breaking it into manageable chunks. The default value and the recommended settings for this property can be found in the provided documentation. Adjusting this property allows administrators to fine-tune the archival process based on their system's performance and capacity.
Source