Report this

What is the reason for this report?

Eclipse OutOfMemory Error Fix by increasing Heap Memory/Permgen Space

Published on August 4, 2022
Eclipse OutOfMemory Error Fix by increasing Heap Memory/Permgen Space

Eclipse Out of Memory Error happens when you are working on large projects. Sometimes it’s because of Permgen space (below Java 8) and sometimes your eclipse memory runs out of heap memory.

Eclipse OutOfMemoryError Fix

We can increase eclipse memory by providing more Permgen space and heap memory for Eclipse to use. These settings are usually configured in the eclipse.ini file. You can check the location of the eclipse.ini file from below images for Mac OS X. eclipse out of memory, eclipse memory eclipse.ini file, eclipse.ini file location mac In windows, you will find the eclipse.ini file in the same directory as the eclipse.exe file. eclipse.ini file location windows 10 Once you have located the eclipse.ini file, just open it in your favorite text editor.

Increase Eclipse Heap Space

You can increase the maximum heap size by editing -Xmx value. For example, below snippet will increase the eclipse heap size to 2 GB.

-Xmx2048m

increase eclipse memory size windows

Increase Permgen Space in Eclipse

If you are using below Java 8, then you might get OutOfMemoryError: Permgen space, just increase the permanent generation space available to Eclipse. Below is the configuration to increase permgen space to 512 MB in eclipse.ini file.

-XX:MaxPermSize=512M

Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.

Learn more about our products

About the author

Pankaj Kumar
Pankaj Kumar
Author
See author profile

Java and Python Developer for 20+ years, Open Source Enthusiast, Founder of https://www.askpython.com/, https://www.linuxfordevices.com/, and JournalDev.com (acquired by DigitalOcean). Passionate about writing technical articles and sharing knowledge with others. Love Java, Python, Unix and related technologies. Follow my X @PankajWebDev

Category:
Tags:
While we believe that this content benefits our community, we have not yet thoroughly reviewed it. If you have any suggestions for improvements, please let us know by clicking the “report an issue“ button at the bottom of the tutorial.

Still looking for an answer?

Was this helpful?

I am a regular reader of your blog. the blog is very interesting and will be much useful for us.

- sathya

thnks alot sir…really helpful

- Sana Shaikh

An internal error occurred during: “Retrieving archetypes:”. GC overhead limit exceeded please help me to solve this

- HARSHA VARDHAN

Hello … I have an issue, My spring tool suite hangs (not responding) after using it for 5 mins and this happens when I start my server on which our application is hosted . Please help me out

- Rohit

Worked for me on OSX High Sierra using Eclipse Oxygen. Thanks

- Joe D.

Hello I am getting an internal error while launching the eclipse saying "java heap space " during setup check. Please help me!

- Aradhana

Not helpful at all. Most people use Windows these days.

- Buster McGibbons

Worked for me …Thank you.

- jakeer

It worked very well. Thank you.

- Kandy

I already have configured to 2056. What should I do? I still get error frequently.

- Praveen

Creative CommonsThis work is licensed under a Creative Commons Attribution-NonCommercial- ShareAlike 4.0 International License.
Join the Tech Talk
Success! Thank you! Please check your email for further details.

Please complete your information!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.