mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
fix: caching doc README.md missing high watermark (#10646)
This commit is contained in:
parent
253194e491
commit
1738eb24b1
@ -30,7 +30,7 @@ minio gateway s3
|
||||
```
|
||||
|
||||
The `CACHE_WATERMARK` numbers are percentages of `CACHE_QUOTA`.
|
||||
In the example above this means that `MINIO_CACHE_WATERMARK_LOW` is effectively `0.8 * 0.7 * 100 = 56%` and the `MINIO_CACHE_WATERMARK_LOW` is effectively `0.8 * 0.9 * 100 = 72%` of total disk space.
|
||||
In the example above this means that `MINIO_CACHE_WATERMARK_LOW` is effectively `0.8 * 0.7 * 100 = 56%` and the `MINIO_CACHE_WATERMARK_HIGH` is effectively `0.8 * 0.9 * 100 = 72%` of total disk space.
|
||||
|
||||
|
||||
### 3. Test your setup
|
||||
|
Loading…
Reference in New Issue
Block a user