https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231577

            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: [email protected]
          Reporter: [email protected]

Created attachment 197343
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=197343&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to