This issue is resolved in
- VMware vSphere ESXi 6.7 Patch release ESXi670-202004002
- VMware vSphere ESXi 6.5 Patch release ESXi650-202007001
These patches are available to download at
Customer Connect Patch DownloadsWorkaround:
To workaround this issue
1. Verify the memory limits:
#
localcli --plugin-dir=/usr/lib/vmware/esxcli/int sched group getmemconfig -g host/vim/vmvisor/loggingExample
rMinPeak Is greater than eMinPeak for logging:
gid name parGid eMinPeak rMinPeak
752 logging 14 87040 94952
14 vmvisor 2 2999688 2999688
2.Increase the memory allocation for the pool logging to maximum 120mb using following command.
localcli --plugin-dir=/usr/lib/vmware/esxcli/int sched group setmemconfig -g host/vim/vmvisor/logging -i 82 -m 120 -u mbNote: The workaround is not persistent across reboot since
/usr/lib/vmware/rp/bin/configRP script is called after reboot which will restore default configs as default values are hardcoded which cannot be modified.