-
Notifications
You must be signed in to change notification settings - Fork 852
Closed
Labels
Description
I want to know about memory allocation.
I think there are 2 parts of memory allocation, both are disk storage relevant.
- RAM Cache .
- Cache directory is used as a memory resident structure
RAM Cache
There are 2 statements, but contradictory.
- 10MB to 1GB. https://docs.trafficserver.apache.org/en/latest/admin-guide/performance/index.en.html?highlight=ssd#memory-allocation
- 1MB to 1GB. https://docs.trafficserver.apache.org/en/latest/admin-guide/storage/index.en.html#changing-the-size-of-the-ram-cache
Q: what is real?
Cache directory is used as a memory resident structure
In my opinion, Disk cache directory has indexed in memory. As HDD space grows, so does memory usage.
Q: So, for example, how many memory the indexes are used when for 1TB hard disk?
Reactions are currently unavailable