facebook

Increase overall MyEclipse performance by giving it more RAM

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #452542 Reply

    Vishal
    Participant

    MyEclipse Enterprise Workbench
    Version: 2015 CI 14
    Build id: 13.0.0-20150813

    MyEclipse.ini
    -vmargs
    -XX:ReservedCodeCacheSize=256m
    -Xmx2048m
    -XX:MaxPermSize=2048m
    -XX:ReservedCodeCacheSize=64m
    -Dosgi.nls.warnings=ignore

    I have 16 GB RAM and this is my Dev machine. I want to give every bit of RAM to Eclipse. How can I improve overall performance so that I can reduce startup time, JSP/Java/JS validations time, Reduce Apache Tomcat startup time, reduce building a WAR file and much more.

    ty

    #452621 Reply

    support-swapna
    Moderator

    Vishal,

    With a 16GB RAM, you can set the -Xmx to 4096m. The MaxPermSize does not need to be huge. You can set it to 256m or the default 320m.

    Hope this helps.Let us know if you see any issues.

    –Swapna
    MyEclipse Support

    #452622 Reply

    Vishal
    Participant

    Thank you for your reply. And how can I improve the speed of Apache Tomcat configured in MyEclipse. Current VM arguments are as below.

    -Xms4096m -Xmx4096m -XX:MaxPermSize=4096m

    #452623 Reply

    support-swapna
    Moderator

    Vishal,

    The -Xms value should be smaller as it is the starting value. Also the MaxPermSize can be set to 256m or 320m instead of setting it to a high value.

    Hope this helps.

    –Swapna
    MyEclipse Support

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Increase overall MyEclipse performance by giving it more RAM

You must be logged in to post in the forum log in