[YYYY-MM-DDTHH:MM:SS] cpu8:16145298)MemSchedAdmit: 489: uw.16145298 (104771134) extraMin/extraFromParent: 33/33, lbt (782) childEmin/eMinLimit: 3308/3328
VMware vSphere ESXi
This issue is resolved in VMware vSphere ESXi 6.7 Patch ESXi670-202008001.
Workaround:
To workaround is to increase the LBT allocated memory from 13MB to 16MB.
Please follow the below steps to make the changes persistent across the reboot.
1. Log into the ESXi host on SSH level as root.
2. Then cd /etc/rc.local.d
3. Take a backup of the existing file cp -p local.sh bk-local.sh
4. vi into the file with vi local.sh
5. Ensured the command line is entered as shown
/bin/vsish -e set /sched/groups/785/memAllocationInMB max=16
6. The above command should be entered just above exit 0 line in the file local.sh
7. Reboot the ESXi host.