facebook

Seting Heap size in IDE ?? [Closed]

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #220563 Reply

    How can I set -Xms200m -Xmx300m. on eclipse Ide permantly ?
    thanks

    #220565 Reply

    john
    Member

    eclipse.exe passes everything following the argument -vmargs through to the JVM, so on the command line or in your shortcut to eclipse, you can do something like
    <pre> eclipse.exe -vmargs -Xms200m -Xmx300m</pre>
    Note that any arguments targeted at eclipse.exe should precede -vmargs.
    -john.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Seting Heap size in IDE ?? [Closed]

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