In a cache-based memory system using FIFO for cache page replacement, it
is found that the cache hit ratio H is unacceptedly low. The following
proposals are made for increasing H:
- Increase the cache page size.
- Increase the cache storage capacity.
- Increase main memory capacity.
- Replace the FIFO policy by LRU.
Analyse each proposal to determine its probable impact on H.