KVM guest crashes when using memory hotplug operation to shrink available memory

A KVM guest may crash if the guest memory is reduced from 96GB or more to 2GB by using a memory hotplug operation. Although this issue is logged for UEK R5, similar issues have been noted for RHCK. This behavior is expected and relates to the how memory ballooning works. Shrinking guest memory in large amounts can result in Out Of Memory (OOM) conditions; processes are killed automatically, if the memory shrinks to below the amount that is currently in use by the guest operating system. (Bug ID 27968656)