Start of change

6027-2059 [W] Attempt to shrink pagepool less than the minimum pagepool size. The shrink request is adjusted to shrink the pagepool by shrinkPages pages for shrinkForWhat. The pagepool size now reaches to the minimum pagepool size (current currPagepoolSizePages pages, minimum minPagepoolSizePages pages).

Explanation

The shrink pages must be adjusted to avoid the size to be less than the minimum pagepool size. After shrinking, the current page pool size reaches to the minimum pagepool size. It seems other applications are requesting more memory, and the system is running out memory.

User response

Add more physical memory.
End of change