Comment 5 for bug 1797187

Revision history for this message
Tao Liu (tliu88) wrote :

Most of the reported error messages have been eliminated by my patch which was integrated to https://review.opendev.org/#/c/667811/.

There are two scenarios that still triggers unwanted error messages. One, when the vswitch huge page size changes, the total request memory is calculated using the previous vswitch page size. Two, when the platform reserved memory is decreased to allow additional VM huge pages allocation, an error message is displayed which hinders allocation of additional VM huge pages. This is due to a check against the VM huge pages possible setting that is calculated using the previous platform reserved value. This check was removed from my original patch, but was added back in the final code submission.