Re: max-cache-size doesn't work with 9.5.0b1
- From: Attila Nagy <bra@xxxxxx>
- Date: Fri, 04 Apr 2008 16:34:42 +0200
On 04/03/08 19:46, JINMEI Tatuya / 神明達哉 wrote:
Hmm, this is odd in two points:No effect, the process grows happily. I don't have a core dump.
1. the "X" malloc option doesn't seem to work as expected. I expected
a call to malloc() should trigger an assertion failure (within the
malloc library) at a much earlier stage. Does it change if you try
the alternative debugging approach I mentioned before? That is:
- create a symbolic link from "/etc/malloc.conf" to "X":
# ln -s X /etc/malloc.conf
- start named with a moderate limitation of virtual memory size, e.g.
# /usr/bin/limits -v 384m $path_to_named/named <command line options>
2. Whether it's related to this max-cache-size issue, the assertion
failure in mem.c wasn't an expected result; this is likely to be a
bug anyway. If the process dumped a core, can you show the
stack backtrace of it?
(gdb) thread apply all bt full
This means about 31 log messages per second. This may not beI've added this, so now the server doesn't log much (after start, noting):
extremely frequent, but if some memory is lost for every log message,
I guess it could be a reason for the growing memory at the hight rate
we've seen.
What if you change the channel setting from:
category default { null; };
The memory usage still grows.
--
Attila Nagy e-mail: Attila.Nagy@xxxxxx
Free Software Network (FSN.HU) phone: +3630 306 6758
http://www.fsn.hu/
_______________________________________________
freebsd-performance@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-performance
To unsubscribe, send any mail to "freebsd-performance-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: max-cache-size doesn't work with 9.5.0b1
- From: JINMEI Tatuya / 神明達哉
- Re: max-cache-size doesn't work with 9.5.0b1
- References:
- Re: max-cache-size doesn't work with 9.5.0b1
- From: Attila Nagy
- Re: max-cache-size doesn't work with 9.5.0b1
- From: JINMEI Tatuya / 神明達哉
- Re: max-cache-size doesn't work with 9.5.0b1
- Prev by Date: Re: Bad bind performance with FreeBSD 7
- Next by Date: Re: max-cache-size doesn't work with 9.5.0b1
- Previous by thread: Re: max-cache-size doesn't work with 9.5.0b1
- Next by thread: Re: max-cache-size doesn't work with 9.5.0b1
- Index(es):
Relevant Pages
|
|