kmem leak in tmpmfs?

Fabian Keil freebsd-listen at fabiankeil.de
Thu May 25 10:58:18 PDT 2006


"Arno J. Klaassen" <arno at heho.snv.jussieu.fr> wrote:

> Hello,
> 
> I get a very easy to reproduce panic on 6.1-STABLE :
> 
> /etc/periodic/weekly/310.locate panics with
> 
>   panic: kmem_malloc(4096): kmem_map too small: 335544320 total
> allocated

> This box has nothing particular, apart from maybe a large number
> of stamp-file based test-databases (with a lot of zero-sized
> files named .key=value).
> Producing this bug is easy :
> 
>  - set tmpmfs="YES" and set tmpsize greater than around 220m
>  - start /etc/periodic/weekly/310.locate (and nothing else!)
>  - wait two-three hours and bang
> 
> Last test is with tmpfs=1024m and I monitored df -h /tmp and
> vmstat -zm every minute; when the system panics, last output is :
> 
>   Filesystem    Size    Used   Avail Capacity  Mounted on
>   /dev/md0      989M    219M    691M    24%    /var/tmp
> 
>   vmstat -zm | fgrep md0
>   md0:             512,        0,  453257,     15,   453437
> 
> I'm quite not an expert, but looks to me as if md0 use stays
> almost 100% in kmem and is never swapped (as it is supposed to do
> by default according to the man-page).

The rc script has different defaults than mdmfs:

fk at TP51 ~ $grep tmpmfs_flags /etc/defaults/rc.conf 
tmpmfs_flags="-S -M"    # Extra mdmfs options for the mfs /tmp

You probably want to ditch the "-M".

Fabian
-- 
http://www.fabiankeil.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20060525/40553e86/signature.pgp


More information about the freebsd-stable mailing list