minio/docs
poornas 224b4f13b8
Add cache eviction low and high watermarks (#8958)
To allow better control the cache eviction process.

Introduce MINIO_CACHE_WATERMARK_LOW and 
MINIO_CACHE_WATERMARK_HIGH env. variables to specify 
when to stop/start cache eviction process. 

Deprecate MINIO_CACHE_EXPIRY environment variable. Cache 
gc sweeps at 30 minute intervals whenever high watermark is
reached to clear least recently accessed entries in the cache
until sufficient space is cleared to reach the low watermark.

Garbage collection uses an adaptive file scoring approach based
on last access time, with greater weights assigned to larger
objects and those with more hits to find the candidates for eviction.

Thanks to @klauspost for this file scoring algorithm

Co-authored-by: Klaus Post <klauspost@minio.io>
2020-02-23 19:03:39 +05:30
..
bigdata Update hadoop docs to indicate new committers (#8060) 2019-09-30 21:34:06 -07:00
bucket/notifications Support for Kafka version in the config (#9001) 2020-02-17 07:56:33 +05:30
chroot Removes the incorrect coverage badge from the docs (#7651) 2019-05-16 12:11:49 +05:30
compression doc: Add missing ``` in compression documentation (#8872) 2020-01-21 15:50:54 +05:30
config Allow caching based on a configurable number of hits. (#8891) 2020-02-04 09:10:01 +05:30
debugging Migrate config to KV data format (#8392) 2019-10-22 22:59:13 -07:00
deployment/kernel-tuning doc: match code on sysctl -w vm.swappiness=1 (#8894) 2020-01-27 16:19:15 -08:00
disk-caching Add cache eviction low and high watermarks (#8958) 2020-02-23 19:03:39 +05:30
distributed Allow proper setCount SLAs across zones (#8752) 2020-01-07 09:13:44 -08:00
docker docs: Use --user to start container in non-root (#7966) 2019-07-24 17:35:52 -07:00
erasure Clarify behaviour of erasure coding sets (#8745) 2020-01-05 13:00:11 -08:00
federation/lookup Replace proxy with forward in coredns example (#8344) 2019-10-01 22:23:08 +05:30
gateway Final changes to config sub-system (#8600) 2019-12-04 15:32:37 -08:00
kms Fix docs link for vault legacy (#8948) 2020-02-06 10:15:58 +05:30
lifecycle Add command to list added lifecycle configurations (#8627) 2019-12-10 11:38:25 -08:00
logging Update help messages with new wording (#8616) 2019-12-06 13:53:51 -08:00
metrics Add metrics support for Azure & GCS Gateway (#8954) 2020-02-11 21:08:01 +05:30
multi-tenancy Removes the incorrect coverage badge from the docs (#7651) 2019-05-16 12:11:49 +05:30
multi-user Make admin permissions more granular for admin handlers. (#8888) 2020-01-26 20:47:52 -06:00
orchestration Update yaml files to latest version RELEASE.2020-02-20T22-51-23Z 2020-02-20 23:00:50 +00:00
retention Add support for object locking with legal hold. (#8634) 2020-01-16 15:41:56 -08:00
screenshots doc: Merge large bucket with distributed docs (#7761) 2019-06-11 13:44:33 -07:00
security remove SSE-S3 key rotation in CopyObject (#8278) 2019-09-24 02:05:04 +05:30
select Doc: change url for Total Population CSV (#8633) 2019-12-11 14:37:48 -08:00
shared-backend Removes the incorrect coverage badge from the docs (#7651) 2019-05-16 12:11:49 +05:30
sts Add all supported scopes from discovery doc (#9015) 2020-02-21 08:06:05 +05:30
tls fix link to let's encrypt doc (#8294) 2019-09-23 23:53:11 +05:30
zh_CN zh_CN docs: add Expanding existing distributed setup (#8862) 2020-01-20 08:51:09 -08:00
minio-limits.md Add ObjectTagging Support (#8754) 2020-01-20 08:45:59 -08:00