commit | 37dab02e524c14cffa4bb938242e4cf2695a4a7d | [log] [tgz] |
---|---|---|
author | Jason Evans <je@facebook.com> | Thu Sep 30 17:10:17 2010 -0700 |
committer | Jason Evans <je@facebook.com> | Thu Sep 30 17:10:17 2010 -0700 |
tree | f1515957d00f0234b67cb53ec40a8b85cb3db0ed | |
parent | 6005f0710cf07d60659d91b20b7ff5592d310027 [diff] |
Disable interval-based profile dumps by default. It is common to have to specify something like JEMALLOC_OPTIONS=F31i, because interval-based dumps are often unuseful or too expensive. Therefore, disable interval-based dumps by default. To get the previous default behavior it is now necessary to specify 31I as part of the options.