This section is optional.
Configuration Options
Common Options
How big to allow the cache to be (in bytes).
Whether or not to use the in_memory cache.
Whether or not to enable cache compression capabilities. You need to use
--experimental_remote_cache_compression to activate it on your build.Disk Cache
The Disk section configures a disk-based cache.
The root directory to store cache data in, if using the disk cache. This directory must be readable and writable by the BuildBuddy process. The directory will be created if it does not exist.
Enterprise-Only Options
A redis target for improved RBE performance.
Enterprise only
The GCS section configures Google Cloud Storage based blob storage.
Enterprise only
The name of the GCS bucket to store files in. Will be created if it does not already exist.
A path to a JSON credentials file that will be used to authenticate to GCS.
The Google Cloud project ID of the project owning the above credentials and GCS bucket.
The period after which cache files should be TTLd. Disabled if 0.
The AWS section configures AWS S3 storage.
Enterprise only
The AWS region
The AWS S3 bucket (will be created automatically)
If a profile other than default is chosen, use that one.
The period after which cache files should be TTLd. Disabled if 0.
By default, the S3 blobstore will rely on environment variables, shared credentials, or IAM roles. See AWS Go SDK docs for more information.