Memory usage on 9.5.0rc1 authoritive only server

JINMEI Tatuya / 神明達哉 Jinmei_Tatuya at isc.org
Tue May 20 16:15:08 UTC 2008


At Tue, 20 May 2008 16:03:47 +0900,
JINMEI Tatuya <Jinmei_Tatuya at isc.org> wrote:

>   But before doing that, you may also want to apply the attached patch
>   since your server has so many zones, which may cause another trouble
>   with statistics-channels.

Hmm...apparently the attachment was stripped somewhere.  I'm copying
it below in the body of the message, rather than as a separate
attachment.

---
JINMEI, Tatuya

Index: statschannel.c
===================================================================
RCS file: /proj/cvs/prod/bind9/bin/named/statschannel.c,v
retrieving revision 1.2.2.9
diff -u -r1.2.2.9 statschannel.c
--- statschannel.c	9 Apr 2008 22:53:06 -0000	1.2.2.9
+++ statschannel.c	20 May 2008 07:01:31 -0000
@@ -332,6 +332,7 @@
 	 * Start by rendering the views we know of here.  For each view we
 	 * know of, call its rendering function.
 	 */
+#if 0
 	view = ISC_LIST_HEAD(server->viewlist);
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "views"));
 	while (view != NULL) {
@@ -375,6 +376,7 @@
 		view = ISC_LIST_NEXT(view, link);
 	}
 	TRY0(xmlTextWriterEndElement(writer)); /* views */
+#endif
 
 	TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "socketmgr"));
 	isc_socketmgr_renderxml(ns_g_socketmgr, writer);


More information about the bind-users mailing list