Peter : What do you recommand ? using Aaron Morton solution and using JNA or just disable mmap ? (Or is it the same and I missed something ?)
Thank you all for your advice, I am surprised to be the only one to have this problem even if I'm using a pretty standard distribution. Best regards, Victor K. 2011/1/16 Peter Schuller <peter.schul...@infidyne.com> > > 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 >