summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/eclipse-cpp-bin/files/eclipserc-bin-4.6')
-rw-r--r--dev-util/eclipse-cpp-bin/files/eclipserc-bin-4.623
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-util/eclipse-cpp-bin/files/eclipserc-bin-4.6 b/dev-util/eclipse-cpp-bin/files/eclipserc-bin-4.6
deleted file mode 100644
index 8fcb6b1..0000000
--- a/dev-util/eclipse-cpp-bin/files/eclipserc-bin-4.6
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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)
-
-GTK_VERSION=2
-
-# Following variables controls the minimal and maximum amounts of memory
-# allocated to Eclipse (respectively).
-# Increase those numbers if you get OutOfMemory errors.
-
-ECLIPSE_XMS=256m
-ECLIPSE_XMX=1024m
-
-# 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
-