Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8430091
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T05:30:52+00:00 2026-06-10T05:30:52+00:00

Specifically, why would it help to fix a PermGen OutOfMemoryError issue? Also, bonus points

  • 0

Specifically, why would it help to fix a PermGen OutOfMemoryError issue?

Also, bonus points for an answer that points me to the documentation on JVM arguments…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T05:30:53+00:00Added an answer on June 10, 2026 at 5:30 am

    The permanent space is where the classes, methods, internalized strings, and similar objects used by the VM are stored and never deallocated (hence the name).

    This Oracle article succinctly presents the working and parameterization of the HotSpot GC and advises you to augment this space if you load many classes (this is typically the case for application servers and some IDE like Eclipse) :

    The permanent generation does not have a noticeable impact on garbage
    collector performance for most applications. However, some
    applications dynamically generate and load many classes; for example,
    some implementations of JavaServer Pages (JSP) pages. These
    applications may need a larger permanent generation to hold the
    additional classes. If so, the maximum permanent generation size can
    be increased with the command-line option -XX:MaxPermSize=.

    Note that this other Oracle documentation lists the other HotSpot arguments.

    Update : Starting with Java 8, both the permgen space and this setting are gone. The memory model used for loaded classes and methods is different and isn’t limited (with default settings). You should not see this error any more.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A good example of when exactly to use interfaces specifically in Java would be
I would like to better understand my application and specifically its memory footprint. I
I would ask a question regarding compilers, specifically how they work. I would believe
I would be making changes to Tomcat's 7 sever.xml file specifically port 8443 to
How would you succinctly assert the equality of Collection elements, specifically a Set in
I would like to create a simple designer which looks like visual studio. Specifically,
I would like to find a replacement for list.com, specifically the ability to accept
I would like to use XPath 2.0, more specifically the distinct-values function. I downloaded
Would the code bellow cause my code to leak? More specifically, am I responsible
Is there a guide/reference anyone would recommend to pick up C++ specifically if you

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.