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 8771291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T17:44:54+00:00 2026-06-13T17:44:54+00:00

I got the below error java.lang.OutOfMemoryError: PermGen space In my catalina.bat file, where is

  • 0

I got the below error

"java.lang.OutOfMemoryError: PermGen space"

In my catalina.bat file, where is the appropriate place for enter set JAVA_OPTS parameter? Bottom of the file or any other place?

  • 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-13T17:44:55+00:00Added an answer on June 13, 2026 at 5:44 pm

    Please read this: OutOfMemory Error and make sure your application doesn’t have memory leak and excessive memory usage.

    To change the settings, create a file named setenv.bat for windows or setenv.sh for Linux with entry as below:

    Windows:

    set JAVA_OPTS="-Xms256m -Xmx512m"
    

    Linux:

    export JAVA_OPTS="-Xms256m -Xmx512m"
    

    Simply put this(setenv.bat/setenv.sh) file in %CATALINA_HOME%\bin\ folder. Your command file (catalina.bat/catalina.sh) already has a statement as below:

    Windows:

      if exist "%CATALINA_HOME%\bin\setenv.bat" call "%CATALINA_HOME%\bin\setenv.bat"
    

    Linux:

      if [ -r "$CATALINA_BASE/bin/setenv.sh" ]; then
         . "$CATALINA_BASE/bin/setenv.sh"
      elif [ -r "$CATALINA_HOME/bin/setenv.sh" ]; then
         . "$CATALINA_HOME/bin/setenv.sh"
      fi
    

    This will take care the rest.

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

Sidebar

Related Questions

I've got the following java code, which is giving the error below: import java.io.File;
I got the Error message in Android below, it is send by PHP server
when I tried to run grails -Dgrails.env=local run-app , I got the below error
When I run the code below I get the following error. C:\Documents and Settings\BOS\Desktop\test>java
Hi Guys i got the android.view.InflateException: Binary XML file line #1: Error inflating class
I am having ListView with SimpleCursorAdapter Error I am getting :- java.lang.IllegalStateException: The content
Despite using configuration below I got lazy initialize error: org.hibernate.LazyInitializationException: failed to lazily initialize
Below is what I tried in linux terminal: compiled Test.java, run Test.class, and got
I got 2 errors when validating my XHTML strict input type below: <form action=
I got below mentioned code for adding my application to Windows Firewall Exception list.

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.