Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
13 lines (9 sloc) 360 Bytes
# Specifies the workspace directory to use -*- conf -*-
# See $ECLIPSE_HOME/configuration/config.ini for other osgi properties.
# overridden from the command line: tkj restart-eclim <workspace short name>
osgi.instance.area.default=@user.home/src/workspace-eclim
# increase heap size
-Xmx2048M
# increase perm gen size
-XX:PermSize=64m
-XX:MaxPermSize=128m