Re: Memory Manager

2012-11-14 Thread aaron morton
Without knowing what the schema is and what the load is or anything about the workload I would suggest: Using 4G for the heap and 800 MB for the new heap. The 128 MB setting you have is way too small. If you are running our of heap space the simple thing is to add more. Using the default GC s

Re: Memory Manager

2012-11-14 Thread Everton Lima
Yes, I already have do it, but in my application, my configuration is needed. But the problem was solved. The problem was a leak of memory in my code. Thanks. 2012/11/14 aaron morton > Have you tried using the defaults in cassandra-env.sh ? Your setting are > very different. > > > https://gith

Re: Memory Manager

2012-11-13 Thread aaron morton
Have you tried using the defaults in cassandra-env.sh ? Your setting are very different. https://github.com/apache/cassandra/blob/cassandra-1.1/conf/cassandra-env.sh Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 13/11/2012, at 11:35 P

Re: Memory Manager

2012-11-13 Thread Everton Lima
-Xmx2G -Xms512M -Xmn128M -Djava.net.preferIPv4Stack=true -Djava.rmi.server.hostname=10.10.0.211 -Dcom.sun.management.jmxremote.port=7199 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -XX:+UseConcMarkSweepGC -XX:ParallelCMSThreads=4 -XX:+CMSIncrementalMod

Re: Memory Manager

2012-11-12 Thread Brian Tarbox
Can you supply your java parameters? On Mon, Nov 12, 2012 at 7:29 AM, Everton Lima wrote: > Hi people, > > I was using cassandra on distributed project. I am using java 6 and > cassandra 1.1.6. My problem is in Memory manager (I think). My system was > throwing heap limit exception. > The problem