Date: Tue, 4 Feb 2020 06:20:25 +0100 From: Andreas Tobler <andreast@FreeBSD.org> To: Mark Johnston <markj@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r357463 - head/sys/vm Message-ID: <a1690ed1-28e5-20cf-334c-93b74b273086@FreeBSD.org> In-Reply-To: <202002031929.013JT2u8061169@repo.freebsd.org> References: <202002031929.013JT2u8061169@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 03.02.20 20:29, Mark Johnston wrote: > Author: markj > Date: Mon Feb 3 19:29:02 2020 > New Revision: 357463 > URL: https://svnweb.freebsd.org/changeset/base/357463 > > Log: > Disable the smallest UMA bucket size on 32-bit platforms. > > With r357314, sizeof(struct uma_bucket) grew to 16 bytes on 32-bit > platforms, so BUCKET_SIZE(4) is 0. This resulted in the creation of a > bucket zone for buckets with zero capacity. A more general fix is > planned, but for now this bandaid allows 32-bit platforms to boot again. Thanks, my wandquad is back to life. Andreas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a1690ed1-28e5-20cf-334c-93b74b273086>