Re: kmem leak in tmpmfs?

2006-05-29 Thread Ulrich Spoerlein
Greg Rivers wrote: On Thursday 25 May 2006 19:43, Paul Allen wrote: From Jonathan Noack [EMAIL PROTECTED], Thu, May 25, 2006 at 07:56:07PM -0400: I am currently running with the following in /etc/rc.conf and haven't experienced any problems: tmpmfs_flags=-S -o async Is there a way

Re: kmem leak in tmpmfs?

2006-05-29 Thread Greg Rivers
On Mon, 29 May 2006, Ulrich Spoerlein wrote: Greg Rivers wrote: On Thursday 25 May 2006 19:43, Paul Allen wrote: From Jonathan Noack [EMAIL PROTECTED], Thu, May 25, 2006 at 07:56:07PM -0400: I am currently running with the following in /etc/rc.conf and haven't experienced any problems:

Re: kmem leak in tmpmfs?

2006-05-26 Thread Iasen Kostov
On Thu, 2006-05-25 at 16:54 -0400, Kris Kennaway wrote: On Thu, May 25, 2006 at 06:01:30PM +0200, Arno J. Klaassen 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:

Re: kmem leak in tmpmfs?

2006-05-26 Thread Fabian Keil
Iasen Kostov [EMAIL PROTECTED] wrote: On Thu, 2006-05-25 at 16:54 -0400, Kris Kennaway wrote: On Thu, May 25, 2006 at 06:01:30PM +0200, Arno J. Klaassen wrote: I get a very easy to reproduce panic on 6.1-STABLE : /etc/periodic/weekly/310.locate panics with panic:

Re: kmem leak in tmpmfs?

2006-05-26 Thread Iasen Kostov
On Fri, 2006-05-26 at 13:15 +0200, Fabian Keil wrote: Iasen Kostov [EMAIL PROTECTED] wrote: On Thu, 2006-05-25 at 16:54 -0400, Kris Kennaway wrote: On Thu, May 25, 2006 at 06:01:30PM +0200, Arno J. Klaassen wrote: I get a very easy to reproduce panic on 6.1-STABLE :

Re: kmem leak in tmpmfs?

2006-05-26 Thread Kris Kennaway
On Fri, May 26, 2006 at 01:26:24PM +0300, Iasen Kostov wrote: On Thu, 2006-05-25 at 16:54 -0400, Kris Kennaway wrote: On Thu, May 25, 2006 at 06:01:30PM +0200, Arno J. Klaassen wrote: Hello, I get a very easy to reproduce panic on 6.1-STABLE : /etc/periodic/weekly/310.locate

Re: kmem leak in tmpmfs?

2006-05-26 Thread Arno J. Klaassen
Hello, thanx to all who responded. Setting ' tmpmfs_flags=-S -o async ' survived a nightly started locate script and a day of intensive 'normal' load. YMMV, but again, merci! Arno ___ freebsd-stable@freebsd.org mailing list

kmem leak in tmpmfs?

2006-05-25 Thread Arno J. Klaassen
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 (kgdb) where #0 doadump () at pcpu.h:165 #1 0xc0577574 in boot (howto=260) at

Re: kmem leak in tmpmfs?

2006-05-25 Thread Fabian Keil
Arno J. Klaassen [EMAIL PROTECTED] 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

Re: kmem leak in tmpmfs?

2006-05-25 Thread Kris Kennaway
On Thu, May 25, 2006 at 06:01:30PM +0200, Arno J. Klaassen 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 It looks like you are using a malloc-backed

Re: kmem leak in tmpmfs?

2006-05-25 Thread Jonathan Noack
Kris Kennaway wrote: On Thu, May 25, 2006 at 06:01:30PM +0200, Arno J. Klaassen wrote: 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 It looks like you are using a

Re: kmem leak in tmpmfs?

2006-05-25 Thread Paul Allen
From Jonathan Noack [EMAIL PROTECTED], Thu, May 25, 2006 at 07:56:07PM -0400: I am currently running with the following in /etc/rc.conf and haven't experienced any problems: tmpmfs_flags=-S -o async Is there a way to accomplish this with an fstab entry? md /tmpmfs

Re: kmem leak in tmpmfs?

2006-05-25 Thread Greg Rivers
On Thursday 25 May 2006 19:43, Paul Allen wrote: From Jonathan Noack [EMAIL PROTECTED], Thu, May 25, 2006 at 07:56:07PM -0400: I am currently running with the following in /etc/rc.conf and haven't experienced any problems: tmpmfs_flags=-S -o async Is there a way to accomplish this with an