This is a known issue affecting ESXi 5.5. Currently, there is no resolution.
To workaround this issue when your system is not using hardware iSCSI, such as bnx2i, disable the driver. Also, increase the heap memory for the bnx2i driver.
To disable the bnx2i driver and increase the heap memory available for bnx2i managed devices:
- Open an SSH session to the ESXi 5.5 host. For more information, see Using ESXi Shell in ESXi 5.x (2004746).
- To disable bnx2i run this command:
# esxcli system module set -m bnx2i -e 0
- To increase the heap memory for the bnx2 driver run this command:
# esxcli system module parameters set -m bnx2 -p "heap_max=134217728"
- Reboot the ESXi 5.5 host for the changes to take effect.
- Confirm that the settings are applied using these commands:
# esxcfg-module -g bnx2i
You see output similar to:
bnx2i enabled = 0 options = ''
# esxcfg-module -g bnx2
You see output similar to:
bnx2 enabled = 1 options = 'heap_max=134217728'