From vmware.log of the VM has the following messages flooding the logs.
2024-05-21T09:42:49.783Z In(05) vmx - VigorTransportProcessClientPayload: opID= ProcessScheduledTaskFiring- 3113c398-01-b6-7397 seq=928757: Receiving GuestStats.SetNotificationTime request.
2024-05-21T09:42:49.783Z In(05) vmx - VigorTransport_ServerSendResponse opID= ProcessScheduledTaskFiring- 3113c398-01-b6-7397 seq=928757: Completed GuestStats request.
2024-05-21T09:43:09.784Z In(05) vmx - VigorTransportProcessClientPayload: opID= ProcessScheduledTaskFiring- 3113c398-01-b6-7397 seq=928781: Receiving GuestStats.SetNotificationTime request.
Note: Log excerpts are examples. Date, time, and environmental variables may vary depending on your environment.
Run the following commands in the ESXi host where the problematic VM is present.
These commands will limit the syslog size.
esxcli system syslog config logfilter set --log-filtering-enabled=true
esxcli system syslog config logfilter add -f "0 | Hostd | < logRegexp >"
esxcli system syslog reload
No outage for the ESXi Host.