Date: Fri, 30 Apr 2010 08:30:21 +0400 From: Andrey Smagin <samspeed@mail.ru> To: James R. Van Artsdalen <james-freebsd-current@jrv.org> Cc: FreeBSD Current <freebsd-current@freebsd.org>, Artem Belevich <fbsdlist@src.cx> Subject: Re[2]: kmem_map too small: 3832475648 total allocated Message-ID: <E1O7hrp-0001DP-00.samspeed-mail-ru@f206.mail.ru> In-Reply-To: <4BD9F820.5060606@jrv.org> References: <4BD9F820.5060606@jrv.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Thu, 29 Apr 2010 16:20:32 -0500 письмо от "James R. Van Artsdalen" <james-freebsd-current@jrv.org>: > Андрей Смагин wrote: > > > panic: kmem_malloc(131072): kmem_map too small: 3832475648 total allocated > > > > > I open PR amd64/145654 with problem like it. Have you increasing Wired memory at buildworld ? > > > > No. This > > # while true > > do > > sysctl -A | grep wired > > make -j8 buildworld > > done > > is getting: > > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > vm.max_wired: 997427 > > Is that the right variable to look at? strange - by "top" Wired memory now about 1.2Gbyte, but vm.max_wired: 330338 Also my system crashed after 3-5 buildworld's and kernels. usr/obj+usr/src - ~2GB size, 4GB of RAM - twice more than need to have all data for compilation in memory. > A friend of mine can duplicate your PR too.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1O7hrp-0001DP-00.samspeed-mail-ru>