This setting group is now moved to the Advanced settings in General settings.
These group of settings control Git repositories garbage collection. Garbage collection process will prune all loose objects, pack loose references and repack all reachable objects into new pack files and remove the old ones.
This is a block of parameters that determine when the garbage collection task is triggered for the clones of your repositories. The garbage collection task is invoked whenever the number of loose objects or packed files exceeds the set limit.
Max loose objects count
Set the maximum number of loose objects that will be checked before the garbage collection task is triggered. The garbage collection is activated if the number of loose objects exceeds this setting. Loose objects are individual items that are not compressed into a Git pack file. The recommended default value is 2000.
Max packed files count
Set the maximum number of packed files that will be checked before the garbage collection is triggered. If the number of packed files count exceeds this setting, the garbage collection is activated. The recommended default value is 30.
More on general settings
Repository Browser general setting
Source Code Diff Viewing general setting
Require User PAT general setting
Enforce Git service permissions setting
Git commits issue and project tabs setting
Git integration features settings
Enable Automation for Jira general setting
Branch and pull request settings (formerly Git Integration Options)
Per node repository indexing setting
Repositories garbage collection checker settings (this page)