VMware vSphere ESXi
VMware vSAN
This value was changed in ESXi 7.0 u1
Workaround:
Since this is a default value you can increase the value by running the below commands,
esxcli system settings kernel set -s netPagePoolLimitCap -v 1048576
The following commands can be used to verify the value,
esxcli system settings kernel list -o netPagePoolLimitCap
Name Type Configured Runtime Default Description
------------------- ------ ---------- ------- ------- -----------
netPagePoolLimitCap uint32 1048576 1048576 98304 Maximum number of pages period for the packet page pool.
Reboot the ESXi host.
Or
You can reduce MTU to 1500 if not possible to implement the above commands.