apache / apache/trafficserver

Ramcache disabled does not split remaining free cache

Open
#8,824 2 comments 0 reactions 0 assignees View on GitHub
Cache Stale
Dominant language
C++
Stars
2k
Forks
874
Avg merge
6d 15h
Merged PRs (30d)
46

Description

Reported by Steve Malenfant, when setting ram_cache=false the ram cache will not be allocated for that volume, however the ram cache that would now be free to allocate to other volumes is not allocated to them. So the calculation for the ramcache allocation is done across the total size and not total_size-vols_with_ram_cache_disabled_size

Need to see if there is a better way to do this, if we can scan for all ramcache disabled volumes ahead of time to properly split up the remaining ramcache

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.