Tuning Debian Metadata Calculation

How Debian Repository metadata calculation works?

AuthorFullName__c
Ariel Kabov
articleNumber
000004522
ft:sourceType
Salesforce
FirstPublishedDate
2019-08-11T07:22:32Z
lastModifiedDate
2024-03-10T07:47:59Z
VersionNumber
8
Heads Up! - Debian metadata calculation is based on a locking mechanism. Once a worker has started to index a specific combination of repository & distribution, another worker won’t start indexing another event for the same path while the lock exists. Increasing the workers’ allocation won’t help if all packages are deployed to the same repository and distribution.
The below-mentioned workers are part of the Artifactory async Thread Pool.
When changing the below configurations, you may need to consider increasing the total async Thread Pool.
Read more at: How do I tune Artifactory for heavy loads?

We will configure the mentioned properties in:
$ARTIFACTORY_HOME/etc/artifactory.system.properties.
Debian Local repository metadata calculation workers:
artifactory.debian.metadata.calculation.workers = 8
Debian Virtual repository metadata calculation workers:
artifactory.debian.virtual.metadata.calculation.workers = 5
Debian Cached Remote repository coordinates calculation workers:
artifactory.debian.coordinates.calculation.workers = 4