summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul de Vrieze <pauldv@gentoo.org>2011-02-18 09:19:02 +0000
committerPaul de Vrieze <pauldv@gentoo.org>2011-02-18 09:19:02 +0000
commit81db1aea97407232017c1d7d8aaf0c1cb2bca375 (patch)
treebcda12b8a8bdf685fd99e2c190acd431cd981a87 /dev-util/eclipse-sdk/files/3.6/eclipserc-3.6
parentNew kde 4.6 set (diff)
downloadpauldv-81db1aea97407232017c1d7d8aaf0c1cb2bca375.tar.gz
pauldv-81db1aea97407232017c1d7d8aaf0c1cb2bca375.tar.bz2
pauldv-81db1aea97407232017c1d7d8aaf0c1cb2bca375.zip
Add the ebuilds needed for modern eclipse
svn path=/trunk/overlay/; revision=125
Diffstat (limited to 'dev-util/eclipse-sdk/files/3.6/eclipserc-3.6')
-rw-r--r--dev-util/eclipse-sdk/files/3.6/eclipserc-3.620
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-util/eclipse-sdk/files/3.6/eclipserc-3.6 b/dev-util/eclipse-sdk/files/3.6/eclipserc-3.6
new file mode 100644
index 0000000..703b649
--- /dev/null
+++ b/dev-util/eclipse-sdk/files/3.6/eclipserc-3.6
@@ -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