Comment 2 for bug 1439277

Revision history for this message
James Page (james-page) wrote : Re: tcmalloc performance degredation over time

From the upstream bug:

What steps will reproduce the problem?
1. export TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=1000000000
2. run program A with -ltcmalloc
3. check memory used by program A

ps: A is a multithread program(with 80+ threads) which alloc/free memory repeatedly

What is the expected output?
program A eat 1G memory
What do you see instead?
program A eat 32M