Re: Cassandra JVM heap size

2011-10-03 Thread Jonathan Ellis
Sure, other things being equal. Of course, other things are not truly equal and in practice I think dual-quad-core, 32GB servers are at a good sweet spot for a lot of applications. As a rule of thumb, inserts will be cpu-bound and reads will be ram/io bound. On Mon, Oct 3, 2011 at 11:10 PM, Rame

Re: Cassandra JVM heap size

2011-10-03 Thread Ramesh Natarajan
Thanks. We are not planning to use row cache because we don't anticipate requests for the same row coming in often and we would better let the OS do the caching.. So does this mean in my case instead of running 6 servers with 100 GB each, I can run 75 servers with 8 GB RAM and set the Xms/Xmx to 4

Re: Cassandra JVM heap size

2011-10-03 Thread Jonathan Ellis
That's misleading, because you don't necessarily need to give the memory to the JVM for Cassandra to make use of it. (See, for example, http://www.datastax.com/dev/blog/whats-new-in-cassandra-1-0-improved-memory-and-disk-space-management.) In fact it's counterproductive to increase heap size past

Re: Cassandra JVM heap size

2011-10-03 Thread Yi Yang
BlackBerry® 無線裝置 -Original Message- From: Ramesh Natarajan Date: Mon, 3 Oct 2011 21:47:08 To: Reply-To: user@cassandra.apache.org Subject: Cassandra JVM heap size I was reading an article @ http://www.acunu.com/products/choosing-cassandra/and it mentions cassandra cannot benefit from more