Configure In-Memory Sorting for Full Sync Operations

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

Full Sync queries can take a long time to perform, and under extreme circumstances can sometimes fail to complete. Users who determine that their database is not sufficiently robust or scalable to accommodate heavy loads have the option to sort queries in memory instead of in the database. The sort is performed according to depth, path, and name.

Use the following system properties to configure in-memory sorting:

Property

Description

artifactory.federated.repo.full.sync.enabled.inMemorySorter

Enables in-memory sorting.

Default value is false (sorting performed in the database).

artifactory.federated.repo.full.sync.limit.entries.for.split

Determines how many artifacts in the file list are sorted at one time. (This property is relevant only when in-memory sorting is enabled.)

Default value is 400000.