Date: Mon, 22 Sep 2014 05:08:00 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 193465] [mips] malloc failures on mips, ath(4) Message-ID: <bug-193465-8-p9ZJ7Zm3xP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193465-8@https.bugs.freebsd.org/bugzilla/> References: <bug-193465-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193465 --- Comment #11 from commit-hook@freebsd.org --- A commit references this bug: Author: sbruno Date: Mon Sep 22 05:07:23 UTC 2014 New revision: 271944 URL: http://svnweb.freebsd.org/changeset/base/271944 Log: svn revisions r269964 and r269963 seemed to have impaired small memory footprint systems(32M/64M) and didn't leave enough free memory to load modules when it was setting up page tables that for sizes that are never used on these smallish boards. Set kmem_zmax to PAGE_SIZE on these smaller systems (< 128M) to keep this from happening. Verified on mips32 h/w. PR: 193465 Submitted by: delphij Reviewed by: adrian Changes: head/sys/kern/kern_malloc.c -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193465-8-p9ZJ7Zm3xP>