Lines 2414-2420
Link Here
|
2414 |
if (ratecheck(&lastprint, &printinterval)) |
2414 |
if (ratecheck(&lastprint, &printinterval)) |
2415 |
printf("Approaching the limit on PV entries, consider " |
2415 |
printf("Approaching the limit on PV entries, consider " |
2416 |
"increasing either the vm.pmap.shpgperproc or the " |
2416 |
"increasing either the vm.pmap.shpgperproc or the " |
2417 |
"vm.pmap.pv_entry_max tunable.\n"); |
2417 |
"vm.pmap.pv_entries tunable.\n"); |
2418 |
retry: |
2418 |
retry: |
2419 |
pc = TAILQ_FIRST(&pmap->pm_pvchunk); |
2419 |
pc = TAILQ_FIRST(&pmap->pm_pvchunk); |
2420 |
if (pc != NULL) { |
2420 |
if (pc != NULL) { |