Why Eclipse launches failed to the Java Virtual machine

Source: Internet
Author: User

1. Find this configuration file

2. Modify the configuration file

Description: PermSize and MaxPermSize indicate that the virtual machine allocates memory limits for these reflective (reflective) objects, such as the Java permanently generated object (Permanate generation), which are not included in the heap memory area.

-xms128m represents the JVM heap (heap memory) minimum size 128MB, initial allocation

-XMX512M represents the maximum allowable size of the JVM heap (heap memory) of 256MB, on demand.

-XX:PERMSIZE=64MB minimum size, initial allocation

-XX:MAXPERMSIZE=256MB maximum allowable allocation size, on demand

Too small will cause: Java.lang.OutOfMemoryError:PermGen space

Why Eclipse launches failed to the Java Virtual machine

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.