Subversion Repositories KardasA Overlay

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
185 kardasa 1
# This file specifies some initial Eclipse settings, like memory allowed
2
# These settings only affect Eclipse startup and overall configuration
3
# Main Eclipse configuration should be done within Eclipse (with the GUI)
4
 
5
# Following variables controls the minimal and maximum amounts of memory
6
# allocated to Eclipse (respectively).
7
# Increase those numbers if you get OutOfMemory errors.
8
 
9
ECLIPSE_XMS=128m
10
ECLIPSE_XMX=256m
11
 
12
# Following variables controls the minimal and maximum amounts of memory
13
# allocated to the permanent generation space.
14
# This space contains data related to all classes.
15
# Thus, if you use a lot of Eclipse plugins, it is recommended to uncomment
16
# these variables and even increase it, if you have enough RAM.
17
# Else you will get crashes related to OutOfMemory in PermGen exceptions.
18
 
19
#ECLIPSE_PERMSIZE=64m
20
#ECLIPSE_MAX_PERMSIZE=128m