Increase the amount of heap used by Eclipse/FlexBuilder by adding the following command line options:
-vmargs -Xms256M -Xmx512M
Shortcut Example: "C:\Program Files\eclipse\eclipse.exe" -vmargs -Xms256M -Xmx512M
Alternatively, you can update your eclipse.ini file.
More information can be found on Ryan Phelan’s site.
These examples have been tested on a Windows XP PC with 2GB RAM.
If you’ve attempted to use subclipse with a secure session, you may well have experienced the dreaded error message:
The system cannot find the file specified.
svn: Can't create tunnel: The system cannot find the file specified.
Typically, you experience it when using a url with the following structure:
svn+ssh://myfancy.svnserver.com/repo
Thankfully there is a very simple fix. All you need to do is More »