Date: Sun, 7 Jul 2013 05:47:31 -0500 From: "Matthew D. Fuller" <fullermd@over-yonder.net> To: Jeremy Chadwick <jdc@koitsu.org> Cc: "freebsd-stable@freebsd.org Stable" <freebsd-stable@freebsd.org> Subject: Re: make buildworld is now 50% slower Message-ID: <20130707104731.GA13386@over-yonder.net> In-Reply-To: <20130707101714.GA51445@icarus.home.lan> References: <E1Uv1lv-0000wY-9K@kabab.cs.huji.ac.il> <CE93BC6C-31DE-4549-B257-004D3DFE4294@FreeBSD.org> <20130705145839.GB5449@icarus.home.lan> <E1Uvkft-0007jb-O6@kabab.cs.huji.ac.il> <20130707101714.GA51445@icarus.home.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
Apropos of nothing, but... On Sun, Jul 07, 2013 at 03:17:14AM -0700 I heard the voice of Jeremy Chadwick, and lo! it spake thus: > > WITHOUT_LIB32=true suggests you're running amd64, which I'm pretty sure means > - I do increase kern.maxdsiz, kern.dfldsiz, and kern.maxssiz in > /boot/loader.conf to 2560M/2560M/256M respectively, but that was mainly > from the days when I ran MySQL and needed a huge userland processes. are not necessarily _in_creases, and may well be mostly _de_creases. e.g., on a RELENG_9 box with 8 gig of physical RAM: % sysctl kern.{max{d,s},dfld}siz kern.maxdsiz: 34359738368 kern.maxssiz: 536870912 kern.dfldsiz: 134217728 while a -CURRENT box with 16 has dfldsiz blown all the way up too. I don't recall doing anything to change them at all recently, and a glance over loader.conf, sysctl.conf, rc.local, and the kernel configs doesn't turn up anything. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130707104731.GA13386>