Changes between Initial Version and Version 1 of Ticket #2254, comment 1
- Timestamp:
- 10/08/21 07:57:19 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2254, comment 1
initial v1 1 1 I forgot to mention one important detail: we have got 32 cache devices in place defined like this: 2 ` 3 proxy_cache_path /run/cache/cache_01/cache_01 levels=2:2 keys_zone=DASH_cache_28:1024m inactive=720d max_size=2500g loader_threshold=200 loader_files=500 loader_sleep=50 use_temp_path=off; 4 ` 2 3 `proxy_cache_path /run/cache/cache_01/cache_01 levels=2:2 keys_zone=DASH_cache_28:1024m inactive=720d max_size=2500g loader_threshold=200 loader_files=500 loader_sleep=50 use_temp_path=off;` 4 5 5 And each of them currently contains 2TB of data so the cache loader process takes approx week(s) to finish.