The equation relating the block cache to the total memory size is:
r = (c * m * t * 8) / (Z * 109)
This results in the following equation for block cache size estimation:
c = (r * Z * 109) / (m * t * 8)