On 01/05/14 04:36 AM, Antony Dovgal wrote: > > What buffles me most is that stats.allocated keeps returning the same > value, but RSS constantly grows. > Could it be because of the amount of threads I use? > Say, I free memory in one thread and try to allocate in another one, but > the second thread > doesn't have it cached and has to do the actual allocation?
RSS will also grow as you touch more of the virtual memory allocated for stacks via mmap. It isn't necessarily all coming from jemalloc.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ jemalloc-discuss mailing list [email protected] http://www.canonware.com/mailman/listinfo/jemalloc-discuss
