We want to add more memory/buffers to a buffer pool only when the working set doesn’t fit.
To determine when to extend the buffer pool, we keep track of the cache hit ratio of each buffer pool by sampling the cache hit ratio once a minute for 5 minutes.