Date: Sat, 31 May 2008 20:56:08 +0300 From: Kostik Belousov <kostikbel@gmail.com> To: John Baldwin <jhb@freebsd.org> Cc: freebsd-hackers@freebsd.org, Tz-Huan Huang <tzhuan@csie.org> Subject: Re: Is there any way to increase the KVM? Message-ID: <20080531175608.GH21317@deviant.kiev.zoral.com.ua> In-Reply-To: <200805311249.53986.jhb@freebsd.org> References: <6a7033710805302252v43a7b240x66ca3f5e3dd5fda4@mail.gmail.com> <200805311249.53986.jhb@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--LNKrWK8T5LDJo+fl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 31, 2008 at 12:49:53PM -0400, John Baldwin wrote: > On Saturday 31 May 2008 01:52:56 am Tz-Huan Huang wrote: > > Hi, > > > > Our nfs server is running 7-stable/amd64 with 8G ram, the size of zfs > > pool is 12T. We have set vm.kmem_size and vm.kmem_size_max to > > 1.5G, but the kernel still panics by "kmem_map too small" often. > > According to [1], the limitation is not only by the loader (is it fixed > > now?) but also by the default layout of KVM. [2] points a way to increa= se > > the KVM, but we get the similar linking error. > > > > Is there any standard way to modify the layout of KVM? For example, we > > may want to set KVM to 6G and leave the 2G for user space usage. >=20 > On i386 you only have 4GB of virtual address space period. For amd64 you= can=20 > jack up KVM just fine AFAIK. The mcmodel=3Dkernel stuff should only affe= ct=20 > global variables (so .data and .bss) and not malloc'd stuff. Have you tr= ied=20 > increasing the KVM size and seeing what happens? I believe the module memory is malloc'ed, isn't it ? --LNKrWK8T5LDJo+fl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkhBkTgACgkQC3+MBN1Mb4h+UgCdGaiEYnRREBtseg/QpffMsNcz Ef8An0DPVGCB8RaiF5KkWXfZymVIcVlw =7GoJ -----END PGP SIGNATURE----- --LNKrWK8T5LDJo+fl--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080531175608.GH21317>