Symptoms:
[message] [vmsvc] GuestInfoAddNicEntry: NIC limit (64) reached, skipping overflow.[message] [vmsvc] GuestInfoGather: NIC limit (16) reached.To resolve this issue, configure VMware Tools to ignore specific network interfaces by adding the exclude-nics parameter in the tools.conf configuration file.
Note: The above example configuration excludes interfaces that have the prefix docker in their name or have 15 character long names (This is the typical length for container interface names created by Docker). For specific guest environments, these patterns need to be adjusted to match the appropriate interface names, to exclude only the intended set of interfaces from guestInfo. exclude-nics accepts multiple patterns and an interface gets excluded from guestInfo reporting if the interface name matches with any one of the patterns.