From 1738eb24b1eacce269a89c687268916504dc959c Mon Sep 17 00:00:00 2001 From: miraculli Date: Fri, 9 Oct 2020 17:32:51 +0200 Subject: [PATCH] fix: caching doc README.md missing high watermark (#10646) --- docs/disk-caching/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/disk-caching/README.md b/docs/disk-caching/README.md index b70b84acb..271142a26 100644 --- a/docs/disk-caching/README.md +++ b/docs/disk-caching/README.md @@ -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