Recently want to taste fresh, FQ to www.myeclipseide.com downloaded the latest version of the MyEclipse version 15CI, when installed, reported the following error (MyEclipse 14 will also appear this problem):
Your system does not has sufficient memory to support MyEclipse. MyEclipse requires-MBS physical memory and the MBS of virtual memory. Your system has 4056708 MBS of physical memory, and 0 MBs of virtual memory ".
Baidu and Google, found that many of the solution is to write a program forced to run out of physical memory system, forcing the system to start using virtual memory, and then start the installation, which is obviously a very low way,
Kung Fu does not pay a conscientious, finally found the following reliable solution, has been successfully installed:
1. Download the complete DMG installation file
2. Double-click to open, a myeclipse XXXXX installer.app file appears, right click to display the package contents
3. Copy the Contents folder in the package and place it anywhere
4. Delete Contents/_codesignature Directory
5, edit the Macos/standard-install file, which is probably the case:
1 #!/bin/sh2 dir= ' dirname "$" ' 3 CD ' ${dir}/. /installer "4 dir= ' pwd ' 5./pulse-one-vmargs-xms192m-xmx256m-xx:maxpermsize=128m-d32-xstartonfirstthread- Dorg.eclipse.swt.internal.carbon.smallFonts "-dpulse.settings.directory=${dir}/. /settings ""-dpulse.artifact.bin.path=${dir}/. /resources/artifacts.bin ""-dpulse.installer.directory=${dir} "&
6, add "-dcom.genuitec.pulse.debug.memory.check=true" in-vmargs and save
7, run the Contents/macos/standard-install file, done!
Original:
Download the full installer
-Open the DMG and then show the package content of the installer
-Copy The content of the Show package contents to a separate folder
-Delete The Codesignature folder
-From Systemprefences temporarly enable ' Allow apps downloaded from Anywhere ' (in your Security & Privacy settings)
-Edit The file Macos/standard-install and add the following to the Vmargs: "-dcom.genuitec.pulse.debug.memory.check=true"
-Run Standard-install
Source: https://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&p=137321
Troubleshooting Mac OS Installation myeclipse error: Your system does not has sufficient memory to support MyEclipse