When using the VMware ESXI5.5 to prompt for memory limitations, found on the Internet solution:
As below:
1. Boot from VMware ESXi 5.5;
2. Wait "Welcome to Thevmware ESXi 5.5.0 Installation" screen:
3. Press ALT+F1 for enter console and login as ' root ' (no password needed);
4. Go to:
cd/usr/lib/vmware/weasel/util/
Delete? File
RM Upgrade_precheck.pyc;
5. Remove ReadOnly flags;
MV upgrade_precheck.py Upgrade_precheck.py.def
cp upgrade_precheck.py.def upgrade_precheck.py?
6. Set Permissions:
chmod 755 upgrade_precheck.py
7. Open script in ' VI ':
VI upgrade_precheck.py
8. Find "mem_min_size", pres "a" (edit mode. "(4 * 1024-32)" Change to "(2 * 1024-32)", pres 'ESC', Run Command ": Wq" (Save &am P Exit);
9. Look Installer PID:
ps-c | grep weasel
Kill Installer (PID = Process Nr.):
Kill PID
Installer process run automatically (with modified config script).
Continue from ' Welcome to thevmware ESXi 5.5.0 installation '
VMware ESXI5.5 Memories limits resolved soluation.