facebook

How to increase heap size of inbuilt tomcat server?

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #336295 Reply

    mythily
    Member

    Hi,
    Can you please tell me how to increase the heap size of inbuilt tomcat server in MyEclipse blue edition v9?
    Because I am getting out of memory error frequently.

    Regards,
    Myth Samy

    #336325 Reply

    Samy,

    I strongly recommend you upgrading to MyEclipse Blue 10.7.1(latest version) to take advantage of over 2-3 years of development work and several new features added to MyEclipse. If you are having license for MyEclispe, then that license can be used for MyEclipse 10.7.1 also. You can download MyEclipse Blue 10.7.1 from here :
    http://www.myeclipseide.com/index.php?name=Recommend_Us&req=Download&version=MEBlue

    If you are still seeing issues in MyEclipse 10.7.1, Can you please open <MyEclipse installation directory>/MyEclipse-blue.ini in any text editor and change the values based on the size of your workspace.
    -vmargs
    -Xmx512m
    -XX:MaxPermSize=384m

    If you are still seeing the issue, please try increasing the MaxPermSize and check whether that is working.

    Let us know how it works for you.

    #336950 Reply

    mythily
    Member

    Hi Pradeep,

    I have completed installing MyEclipse blue 10.
    I am trying to configure jBoss 7.1.1 with MyEclipse and I m getting jBoss unrecognized error when I start the server. Do i need any additional steps to be followed?

    Please provide me the details.

    Regards,
    Myth Samy

    #336993 Reply

    Samy,

    We could not replicate the issue at our end on MyEclipse Blue 10.7.1.

    Can you please follow these steps to add Jboss 7.1.1 server to MyEclispe Blue and let us know how this works for you :
    1) Download Jboss 7.1.1 final server zip file from here – http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip
    2) Extract the downloaded zip file to some folder
    3) Open MyEclipse Blue and go to Window > Preferences > MyEclipse > Servers > Jboss > Jboss 7.x
    4) Select Jboss home directory by clicking on browse, select the Jboss folder you have extracted in step 2
    5) Select Enable and click Apply and then click Ok
    6) Go to servers view, right click on JBoss 7.x and click Run server.
    7) Open your browser and enter this link – http://localhost:8080 . You will see “Your JBoss Application Server 7 is running.” message in the browser

    If you are still facing issues, Can you please clear the contents of .log file located at <Workspace>/.metadata/.log file, run the Jboss server, attach the .log file here to help us investigate further.

    Please take a look at the attached screenshots for your reference.



Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: How to increase heap size of inbuilt tomcat server?

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