Troubleshooting Mac OS Installation myeclipse error: Your system does not has sufficient memory to support MyEclipse

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.