Re: FreeBSD 6.0 panic: kmem_malloc(16384): kmem_map too small: 172728320 total allocated [solved]

2005-12-15 Thread Fabian Keil
Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Wed, Dec 14, 2005 at 05:32:34PM +0100, Fabian Keil wrote: > > > I guess you're right. I can fill a 256MB swap-backed disk without > > panic and without swapping. > > FYI, this is documented in the manpage. I think the panic potential should be menti

Re: FreeBSD 6.0 panic: kmem_malloc(16384): kmem_map too small: 172728320 total allocated [solved]

2005-12-14 Thread Kris Kennaway
On Wed, Dec 14, 2005 at 05:32:34PM +0100, Fabian Keil wrote: > I guess you're right. I can fill a 256MB swap-backed disk without panic > and without swapping. FYI, this is documented in the manpage. Kris pgpJ4IsKT7ayY.pgp Description: PGP signature

Re: FreeBSD 6.0 panic: kmem_malloc(16384): kmem_map too small: 172728320 total allocated [solved]

2005-12-14 Thread Fabian Keil
Scott Long <[EMAIL PROTECTED]> wrote: > Gleb Smirnoff wrote: > > > On Wed, Dec 14, 2005 at 01:25:30PM +0100, Fabian Keil wrote: > > F> I triggered a few reproducible panics on FreeBSD 6.0-STABLE. > > F> > > F> I created a ramdisk with: > > F> > > F> /sbin/mdconfig -a -t malloc -s 256M

Re: FreeBSD 6.0 panic: kmem_malloc(16384): kmem_map too small: 172728320 total allocated

2005-12-14 Thread Scott Long
Gleb Smirnoff wrote: On Wed, Dec 14, 2005 at 01:25:30PM +0100, Fabian Keil wrote: F> I triggered a few reproducible panics on FreeBSD 6.0-STABLE. F> F> I created a ramdisk with: F> F> /sbin/mdconfig -a -t malloc -s 256M -u 10 F> /sbin/newfs -U /dev/md10 F> /sbin/mount

Re: FreeBSD 6.0 panic: kmem_malloc(16384): kmem_map too small: 172728320 total allocated

2005-12-14 Thread Fabian Keil
Gleb Smirnoff <[EMAIL PROTECTED]> wrote: > On Wed, Dec 14, 2005 at 01:25:30PM +0100, Fabian Keil wrote: > F> I triggered a few reproducible panics on FreeBSD 6.0-STABLE. > F> > F> I created a ramdisk with: > F> > F> /sbin/mdconfig -a -t malloc -s 256M -u 10 > F> /sbin/newfs -U /

Re: FreeBSD 6.0 panic: kmem_malloc(16384): kmem_map too small: 172728320 total allocated

2005-12-14 Thread Gleb Smirnoff
On Wed, Dec 14, 2005 at 01:25:30PM +0100, Fabian Keil wrote: F> I triggered a few reproducible panics on FreeBSD 6.0-STABLE. F> F> I created a ramdisk with: F> F> /sbin/mdconfig -a -t malloc -s 256M -u 10 F> /sbin/newfs -U /dev/md10 F> /sbin/mount /dev/md10 /mnt/ramdisk F

FreeBSD 6.0 panic: kmem_malloc(16384): kmem_map too small: 172728320 total allocated

2005-12-14 Thread Fabian Keil
I triggered a few reproducible panics on FreeBSD 6.0-STABLE. I created a ramdisk with: /sbin/mdconfig -a -t malloc -s 256M -u 10 /sbin/newfs -U /dev/md10 /sbin/mount /dev/md10 /mnt/ramdisk The system has "avail memory = 515932160 (492 MB)" and 1GB swap space. While copy