1 Aug 2010 20:39
RE: Memory Consumption and Processing questions
> -----Original Message----- > From: Jacques [mailto:whshub@...] > Sent: Friday, July 30, 2010 1:16 PM > To: user@... > Subject: Memory Consumption and Processing questions > > Hello all, > > I'm planning an hbase implementation and had some questions I was > hoping > someone could help with. > > 1. Can someone give me a basic overview of how memory is used in Hbase? > Various places on the web people state that 16-24gb is the minimum for > region servers if they also operate as hdfs/mr nodes. Assuming that > hdfs/mr > nodes consume ~8gb that leaves a "minimum" of 8-16gb for hbase. It > seems > like lots of people suggesting use of even 24gb+ for hbase. Why so > much? > Is it simply to avoid gc problems? Have data in memory for fast > random > reads? Or? Where exactly are you reading this from? I'm not actually aware of people using 24GB+ heaps for HBase. I would not recommend using less than 4GB for RegionServers. Beyond that, it very much depends on your application. 8GB is often sufficient but I've seen as much as 16GB used in production.(Continue reading)
RSS Feed