byzhang / terrastore

Automatically exported from code.google.com/p/terrastore
Other
0 stars 0 forks source link

Excessive document faulting causes OOM errors #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Excessive document faulting from active master to servers causes the system to 
perform poorly and eventually leads to OOM errors on the master with millions 
of document and about 1GB of heap.

Original issue reported on code.google.com by sergio.b...@gmail.com on 18 Nov 2010 at 4:41

GoogleCodeExporter commented 9 years ago
Resolved by reducing fault-count to 0 (servers have their own data locality), 
and making the terracotta vmm flushing more.

Original comment by sergio.b...@gmail.com on 20 Nov 2010 at 3:37