aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Bernardo <samuelbernardo.mail@gmail.com>2022-09-09 14:50:49 +0100
committerSamuel Bernardo <samuelbernardo.mail@gmail.com>2022-09-09 14:50:49 +0100
commit88236bafcc117e6e1fa6bec69e5330151881279e (patch)
tree44323db08b5d62195883e0b2a940dfcdba6d7e33 /dev-util/eclipse-sdk-bin/files/eclipserc-bin-4.5
parentRemove idea-community since it is being maintained by gentoo main repo (diff)
downloadssnb-88236bafcc117e6e1fa6bec69e5330151881279e.tar.gz
ssnb-88236bafcc117e6e1fa6bec69e5330151881279e.tar.bz2
ssnb-88236bafcc117e6e1fa6bec69e5330151881279e.zip
eclipse-sdk update and ebuild old releases cleanup
Signed-off-by: Samuel Bernardo <samuelbernardo.mail@gmail.com>
Diffstat (limited to 'dev-util/eclipse-sdk-bin/files/eclipserc-bin-4.5')
-rw-r--r--dev-util/eclipse-sdk-bin/files/eclipserc-bin-4.520
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/eclipse-sdk-bin/files/eclipserc-bin-4.5 b/dev-util/eclipse-sdk-bin/files/eclipserc-bin-4.5
deleted file mode 100644
index dfeef95..0000000
--- a/dev-util/eclipse-sdk-bin/files/eclipserc-bin-4.5
+++ /dev/null
@@ -1,20 +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)
-
-# 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