英文:
Artifactory storage structure
问题
我们的存储空间快用完了,我注意到监控控制台上报的“二进制文件大小”与Artifactory服务器上的实际磁盘空间不一致。
事实上,我发现我们实际使用的存储空间是Artifactory监视器报告的两倍。
我发现除了文件存储区(通常位于var/data/artifactory/filestore),还有另一个目录存储所有的二进制文件(位于current/repositories路径),事实上导致我们使用了两倍的存储空间。
这是正常和预期的吗?
英文:
We where running out of storage, and I noticed that the reported "binaries size" from the monitoring console isn't coherent with the actual disk space on the artifactory server.
I see that in fact we use X2 storage over what’s artifactory monitor is reporting
I found that besides the filestore (usually at var/data/artifactory/filestote) there’s also another directory keeping all the binaries (at current/repositories path) and in fact making us use twice the size of storage.
Is that normal and expected?
答案1
得分: 1
"current/repositories" 似乎是由 Artifactory 备份创建的。
如果备份文件占用了磁盘空间太多,可以考虑频繁全量备份的增量备份。此外,您还可以考虑使用JFrog博客中描述的备份策略的替代选项。
英文:
"current/repositories" appears to have got created as a result of Artifactory backups.
If the backup files are occupying too much space from the disk, consider incremental backups over frequent full backups. In addition, you may also consider utilising alternate options described in JFrog Blog, for the backup strategy.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论