Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2004 10:06:16 -0500 (EST)
From:      Andre Guibert de Bruet <andy@siliconlandmark.com>
To:        Leroy van Logchem <Leroy.vanLogchem@wldelft.nl>
Cc:        freebsd-current@freebsd.org
Subject:   Re: FreeBSD 5.2.1-RC2 panic: kmem_malloc(4096): kmem_map too small
Message-ID:  <20040224100432.D3751@alpha.siliconlandmark.com>
In-Reply-To: <403B2F09.8060207@wldelft.nl>
References:  <403B2F09.8060207@wldelft.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

On Tue, 24 Feb 2004, Leroy van Logchem wrote:

> Best mailinglist,
>
> Short:
>
> I'am having panics while transfering alot of files using NFS (as client).
>
> Long:
>
> After succesfull synchronization of two complete filesystems using NFS
> v3 (udp) I restarted the ssync after couple of hours idle time and got:
>
> panic: kmem_malloc(4096): kmem_map too small

Leroy,

You're running out of kmem. Try the following kernel options:

options         VM_KMEM_SIZE_MAX=(768*1048576)
options         VM_KMEM_SIZE_SCALE=2

If you want to know what these mean/do, search the mailing list.

Regards,
Andy

> Andre Guibert de Bruet | Enterprise Software Consultant >
> Silicon Landmark, LLC. | http://siliconlandmark.com/    >



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040224100432.D3751>