This is a known issue affecting ESXi 6.0.
To resolve the issue, use one of these options:
- For ESXi hosts that are on a build prior to ESXi 6.0 P04
- Connect to the ESXi host with an SSH session.
- Run this command:
/usr/lib/vmware/rp/bin/configRP setRPMemMaxSize host/vim/vmvisor/sfcb 70
Note: This workaround does not persist between reboots.
- For ESXi hosts on ESXi 6.0 Patch 4 or later
- Connect to the ESXi host with an SSH session.
- Run these commands:
esxcfg-advcfg -A CIMOemSfcbRPMemMax --add-desc \'Maximum Memory for sfcb RP\' --add-default 70 --add-type int --add-min 30 --add-max 100
/etc/init.d/sfcbd-watchdog restart