On Thu, Oct 15, 2009 at 2:06 AM, Jan Janak jan@ryngle.com wrote:
We have DBG_QM_MALLOC enabled by default in the git repository which I think is good, however, the value of memdbg is set to L_DBG and the value of debug is set to L_WARN by default. This means that unless you explicitly configure memdbg in your configuration file, you'll see all the memory debugging messages and it is a *a lot* of text.
You can disable memory debugging messages by setting the value of memdbg higher than debug, but I pretty much always forget to do it.
Here I forgot to mention that you also have to set memlog or mem_summary in the configuration file if you do now want to see the long memory statistics dump. Even with just two modules and a very simple configuration file the statistics is pretty dump is pretty big.
-- Jan