How do I calculate how much data I can store in a Coherence cluster?

Total Cluster Storage = (1-o)m(t-L)/2
Total Storage Per Machine = (1-o)m(t-L)/(2t)

Where:

L = Number of machines that you can afford to loose and retain cluster stability (defualt is 1)

t = Total Number of Machines

m = Memory Per Machine

o = Overhead fraction. Default being 0.3


About