Saturday, August 12, 2023

ESXi 6.5.0 fails to start a VM with a message "Maximum virtual machines limit reached: ## (#### worlds)"

Maximum virtual machines limit reached: ## (##### worlds)

ESXi 6.5.0 by default determines the maximum number of VMs dynamically at runtime. In certain scenarios this might be too conservative and you will not be able to start a virtual machine. If you are observing a message like below when starting a VM then you have hit the limit.
Maximum virtual machines limit reached: ## (##### worlds).
This behavior is controlled by VMkernel.Boot.maxVMs in Advanced settings. Change this to a value that might be reasonable based on CPU, memory and network capacity. The same setting can be changed from SSH shell like below:
[root@localhost:~] esxcli system settings kernel set -s maxVMs -v 1024
Reboot the server for this change to take effect.
Tag: ESXi

No comments:

SBCL Hello world

SBCL Hello, world! Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) - Emacs: 30.2 - SBCL : 2.6.4 - SLI...