>> Cassandra process has 63.5 GBÂ virtual size.
>> I mention about RES column in top. RES is 8.3G. Very large than 2.5G Used
>> Memory Used show in JConsole.
>
> https://issues.apache.org/jira/browse/CASSANDRA-2868
But note that RSS >= heap size does not imply memory leak, although it
is consistent
On Thu, Aug 25, 2011 at 11:42 PM, King JKing wrote:
> Dear Jonathan,
> Cassandra process has 63.5 GBÂ virtual size.
> I mention about RES column in top. RES is 8.3G. Very large than 2.5G Used
> Memory Used show in JConsole.
https://issues.apache.org/jira/browse/CASSANDRA-2868
-Brandon
Dear Jonathan,
Cassandra process has 63.5 GB virtual size.
I mention about RES column in top. RES is 8.3G. Very large than 2.5G Used
Memory Used show in JConsole.
On Fri, Aug 26, 2011 at 11:04 AM, Jonathan Ellis wrote:
> Sounds like http://wiki.apache.org/cassandra/FAQ#mmap
>
> On Thu, Aug 25,
Sounds like http://wiki.apache.org/cassandra/FAQ#mmap
On Thu, Aug 25, 2011 at 10:36 PM, King JKing wrote:
> Dear all,
> My Cassandra 082 server had very large swap memory.
> JConsole show memory used just 2.9GB. But htop (top) show Cassandra process
> take 8700MB.
> Here is my config:
> MAX_HEAP_
Dear all,
My Cassandra 082 server had very large swap memory.
JConsole show memory used just 2.9GB. But htop (top) show Cassandra process
take 8700MB.
Here is my config:
MAX_HEAP_SIZE="6G"
HEAP_NEWSIZE="400M"
JVM_OPTS="$JVM_OPTS -XX:+UseParNewGC"
JVM_OPTS="$JVM_OPTS -XX:+UseConcMarkSweepGC"
JVM_O