facebook

heap size for workbench

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #227836 Reply

    Hi!

    I use myeclipse 3.8.2 on eclipse 3.0. While I create or import jsp files arter some time myeclipse gives me error in my web application. In my project there are many jsp files so the workbench size is not enough. It tells me improve it with -vmargs-Xmx. But I do not know how to do it? will you please help me about this problem..

    Thanks..

    #227837 Reply

    tojx
    Member

    Just provide them as command line parameters to eclipse
    Best place to do this is in the shortcut to myEclipse

    You’ll see something like this in the shortcut properties:

    C:\eclipse\eclipse.exe -vmargs -Duser.language=en -Xmx512M -Dosgi.splashLocation=”C:\Program Files\MyEclipse\eclipse\MyEclipseSplash.bmp”

    Just increase the -Xmx512M to higher number
    You can also add –Xms128M or any higher value

    These are actually java vm parameters. see http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/java.html

    #227850 Reply

    thanks for you help.. but in the properties part there are not those parameters. only the exe files path. there are not any parameter for the size.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: heap size for workbench

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