> bigger and bigger) that cassandra ram memory consumption is going through > the roof.
mmap():ed memory will be counted as virtual address space. Disable mmap() and use standard I/O if you want to see how it behaves for real;' then if you want mmap() for performance you can re-enable it. -- / Peter Schuller