Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
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.