In Artifactory, there are several properties that can be configured to tune the Artifactory <> Xray interactions.
By default, Artifactory is set to check every 60 seconds if it has new events it should send to Xray. This can be altered, in addition to some other parameters.
This will be set in
$ARTIFACTORY_HOME/etc/artifactory.system.properties.
Tuning example:
artifactory.xray.indexer.intervalSecs = 30
By default, Artifactory is set to check every 60 seconds if it has new events it should send to Xray. This can be altered, in addition to some other parameters.
This will be set in
$ARTIFACTORY_HOME/etc/artifactory.system.properties.
Tuning example:
artifactory.xray.indexer.intervalSecs = 30
Changing any of the other parameters documented below is not expected to tune Xray better for heavy loads, they're documented here so you can review them for specific use cases.
|
|
|
|
Interval between events submission |
60 |
|
Cache of artifacts that got a scanning status |
300 |
|
Cache of artifact that don’t have scanning status |
120 |
|
|
|
|
Interval between each Xray server status checkup |
5 |
|
|
50 |
|
Build client - anything related to scan build operations |
600000 |
|
Normal client - everything else |
5000 |