Cleanup Policies System Properties

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

The following properties can be configured in the Artifactory configuration file $JFROG_HOME/etc/artifactory/artifactory.system.properties.

Parameter

Description

Default Value

artifactory.policy.cleanup.csv.file.max.records

The number of records per CSV report file.

100,000

artifactory.policy.cleanup.nodes_cleaned.expiration.days

The number of days that deleted artifacts are stored in the temp table that is used for reports (like debug info).

30

artifactory.policy.cleanup.nodes_cleaned.job.rate.days

The frequency (in days) that the clean temp table job checks for expired deleted artifacts.

10

artifactory.policy.cleanup.concurrency.maxLevel

The maximum count of threads that can be used for a policy run.

5

artifactory.policy.cleanup.batchSize

The maximum amount of packages that can be requested to be processed at one time.

10,000

artifactory.policy.cleanup.partition.size

The number of items in a group into which one batch is divided during processing.

1,000

artifactory.policy.cleanup.error.threshold.percent

The maximum percentage of errors that can happen in a one-run before the run is stopped.

10

artifactory.policy.cleanup.deleted.package.limit

The maximum number of packages that can be processed during one run.

100,000