+| `DATASET_MOUNT_FILE_CACHE_PRUNE_THRESHOLD` | f64 | 1.0 | Volume mount starts cache pruning when cache is filled up to `AVAILABLE_CACHE_SIZE * DATASET_MOUNT_FILE_CACHE_PRUNE_THRESHOLD`. Should be between 0 and 1. Setting it < 1 triggers background cache pruning earlier. `AVAILABLE_CACHE_SIZE` is not an environment variable you can modify or view directly. In this context, it refers to the "number of bytes the system calculates as available for caching." This value depends on factors such as disk size, the amount of disk space required for system health, and configurations set in environment variables (like `DATASET_RESERVED_FREE_DISK_SPACE` and `DATASET_MOUNT_CACHE_SIZE`). |
0 commit comments