Date: Sat, 22 Sep 2018 10:06:00 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 231577] [PATCH] advice in sys/i386/i386/pmap.c is wrong Message-ID: <bug-231577-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231577 Bug ID: 231577 Summary: [PATCH] advice in sys/i386/i386/pmap.c is wrong Product: Base System Version: 11.2-STABLE Hardware: i386 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: mail@fbsd.e4m.org Created attachment 197343 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D197343&action= =3Dedit Patch I was hit by: Approaching the limit on PV entries, consider increasing either the vm.pmap.shpgperproc or the vm.pmap.pv_entry_max tunable. The latter seems to be wrong - vm.pmap.pv_entry_max can't be changed. The correct name would be vm.pmap.pv_entries. The code can also be found in sys/arm/arm/pmap-v6.c and might be wrong there as well. --=20 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-231577-227>