aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2016-02-28 19:47:17 +0100
committerSebastian Pipping <sping@gentoo.org>2016-02-28 19:47:17 +0100
commit146b5dcd21cb2bf137e8d78c35b6d4c595a2571f (patch)
tree744f673cfb70727027fb677f9401adc89a7750e4 /dev-util/eclipse-sdk-bin/files/eclipse-sdk-bin-4.5.2-eclipserc-bin
parentMerge pull request #8 from stefan-langenmaier/eclipse-release-update (diff)
parentadded option to choose gtk version (diff)
downloadeclipse-146b5dcd21cb2bf137e8d78c35b6d4c595a2571f.tar.gz
eclipse-146b5dcd21cb2bf137e8d78c35b6d4c595a2571f.tar.bz2
eclipse-146b5dcd21cb2bf137e8d78c35b6d4c595a2571f.zip
Merge remote-tracking branch 'stefan-langmeier-readonly/eclipse-release-update'
Diffstat (limited to 'dev-util/eclipse-sdk-bin/files/eclipse-sdk-bin-4.5.2-eclipserc-bin')
-rw-r--r--dev-util/eclipse-sdk-bin/files/eclipse-sdk-bin-4.5.2-eclipserc-bin25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/eclipse-sdk-bin/files/eclipse-sdk-bin-4.5.2-eclipserc-bin b/dev-util/eclipse-sdk-bin/files/eclipse-sdk-bin-4.5.2-eclipserc-bin
new file mode 100644
index 0000000..c1b50eb
--- /dev/null
+++ b/dev-util/eclipse-sdk-bin/files/eclipse-sdk-bin-4.5.2-eclipserc-bin
@@ -0,0 +1,25 @@
+# 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
+
+# Eclipse 4.5 Mars has some visual issues with GTK>=3.16
+# SWT_GTK3=1 - to enable GTK3
+# SWT_GTK3=0 - to enable GTK2
+SWT_GTK3=