diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2011-06-29 15:46:22 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2011-06-29 15:46:22 +0000 |
commit | dbfd77780881b07fe80829514d1d649d7b26a353 (patch) | |
tree | 3da893087fa96aa4b04acdf28369c1b10116eeee /dev-util/eclipse-sdk/files/3.7/eclipserc-3.7 | |
parent | Create dropbox ebuild that does not depend on nautilus, so it works more natu... (diff) | |
download | pauldv-dbfd77780881b07fe80829514d1d649d7b26a353.tar.gz pauldv-dbfd77780881b07fe80829514d1d649d7b26a353.tar.bz2 pauldv-dbfd77780881b07fe80829514d1d649d7b26a353.zip |
New eclipse version
svn path=/trunk/overlay/; revision=135
Diffstat (limited to 'dev-util/eclipse-sdk/files/3.7/eclipserc-3.7')
-rw-r--r-- | dev-util/eclipse-sdk/files/3.7/eclipserc-3.7 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/eclipse-sdk/files/3.7/eclipserc-3.7 b/dev-util/eclipse-sdk/files/3.7/eclipserc-3.7 new file mode 100644 index 0000000..703b649 --- /dev/null +++ b/dev-util/eclipse-sdk/files/3.7/eclipserc-3.7 @@ -0,0 +1,20 @@ +# This file specifies some initial Eclipse settings, like memory allowed +# These settings only affect Eclipse startup and overall configuration +# Main Eclipse configuration should be done within Eclipse (with the GUI) + +# Following variables controls the minimal and maximum amounts of memory +# allocated to Eclipse (respectively). +# Increase those numbers if you get OutOfMemory errors. + +ECLIPSE_XMS=128m +ECLIPSE_XMX=256m + +# Following variables controls the minimal and maximum amounts of memory +# allocated to the permanent generation space. +# This space contains data related to all classes. +# Thus, if you use a lot of Eclipse plugins, it is recommended to uncomment +# these variables and even increase it, if you have enough RAM. +# Else you will get crashes related to OutOfMemory in PermGen exceptions. + +#ECLIPSE_PERMSIZE=64m +#ECLIPSE_MAX_PERMSIZE=128m
\ No newline at end of file |