Ben, I ran into the same issue as well. This was solved by using google's tcmalloc http://goog-perftools.sourceforge.net/. ; You can either link statically against it or load it dynamically as a drop in replacement for malloc. Our cpu usage dropped significantly after it was installed. - Justin Lintz