on what Eclipse uses so much extra memory? could it be a bug?
on starting eclipse IDE Oxigen rc2/rc3, it uses about 600mb of ram.
after about 30h non stop using it (suspended the notebook many times in between, without closing eclipse). It raises to 2.5Gb.
a few more hours it will be about 3.2Gb and then the machine memory will end and will start swapping making everything slow requiring restart eclipse, that will be 600Mb again.
eclipse's heap garbage collector does nothing, wont help on that.
any preferences option or startup commandline java options that could help on eclipse releasing some of that memory? if it remained in about 1Gb it would help a lot. using jdk 8 here.
ini file useful info (none of these helps btw):
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
edit: at oxygen RC3, the trashcan worked from 2.3GB to 1.9GB. Before I be sure, I will keep rc3 open for many days and see if it will continue working well with the trashcan click. Til now is working as I needed!