maven - Artifactory - Explicity clean up old snapshots -


according docs, may setup max unique snapshots discard old snapshots of artifact @ each new deploy.

and written:

redundant snapshots not deleted every 5 minutes, artifactory runs background process checks value of max unique snapshots , deletes oldest snapshots beyond number. example, if have 7 snapshots , set max unique snapshots 5 next time background process runs, delete 2 oldest snapshots.

i have 2 questions:

  • is '5 minutes scheduler' configurable? seems not working (tested in version 2.6.4).

  • what troubles performance/slowing down server if have artifactory 3 years+ around 250gb? job work , expected?

the 5 minutes period not configurable, should work. didn't work you? regarding performance issues - recommend upgrading artifactory 3. shows 10 100 times performance improvements on version 2.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -