Artifactory Filestore
Configure Artifactory filestore: local filesystem, NFS, AWS S3, Azure Blob, or Google Cloud Storage.
The filestore is where the binaries are physically stored.
JFrog Artifactory provides the following options to store binaries:
- Local file system stores binaries with redundancy, using a binary provider that manages the synchronization of files between cluster nodes according to the defined redundancy settings.
- Cloud storage is done using Amazon S3, Microsoft Azure, and Google Cloud Storage.
- Network File System (NFS)
For more information, see Filestore Configuration.
Binary Storage
While Artifactory can use a Networked File System (NFS) for its binary storage, you should not install the application itself on an NFS. The Artifactory application needs very fast, reliable access to its configuration files. Any latency from an NFS will result in poor performance when the application fails to read these files. Therefore, install Artifactory on a local disk mounted directly to the host.
To use an NFS to store binaries, use the file-system binarystore.xml configuration with the additional <baseDataDir> setting.
Working with Very Large Storage
In most cases, we recommend allocating at least 3 times the total size of stored artifacts to accommodate system backups.
When working with a very large volume of artifacts, the recommendation may vary greatly based on your specific setup. When working with over 10 TB of stored artifacts, contact JFrog support for a storage recommendation tailored to your environment.
Allocated storage space may vary
Xray downloads and then deletes fetched artifacts after indexing. However, more parallel indexing processes produce more temporary files simultaneously, which requires additional space.
This is especially applicable for large BLOBs such as Docker images.
Updated 2 days ago
