Start of change

6027-2057 [W] Cannot increase pagepool by growPages pages for growForWhat because then the page pool size would exceed the maximum page pool size (current currPagepoolSizePages pages, maximum maxPagepoolSizePages pages).

Explanation

The current pagepool size is close to the maximum pagepool size. If the pagepool size were increased, then the current pagepool size would become larger than the maximum page pool size.

User response

Set a larger value for the pagepoolMaxPhysMemPct parameter to allow more memory for the pagepool. If the total physical memory is not enough, add more physical memory.
End of change