optimization - Is there a way to instruct Eclipse to off-load memory when minimized? -
i use eclipse lot of plug-ins , have more 1 windows open @ time, , memory usage huge , system hangs of time.
in firefox can set flag config.trim_on_minimize=true , whenever firefox minimized ram memory usage reduced. (ie swapped), wondering there option in eclipse same?.
thanks.
i assume work on windows. seems operating system (at least windows xp) tend swap java desktop application aggressively when minimized. bringing application has kind of 'sluggishness'.
to prevent behaviour 'fix' implemented in eclipse. can read in bug 85072. not think can change this.
one question: when system starts hanging, physical memory gone , entire system slows down or eclipse? in latter case maybe gc slows eclipse if have free memory may try add more memory eclipse (increase -xmx value in eclipse.ini file).
Comments
Post a Comment