Note the memory settings for Java processes running eclipse differ from the maximum memory size for the eclipse itself.
Accounting for the eclipse itself is set at startup
-vmargs -Xmx1024M -Xms1024M -XX:PermSize=2048m -XX:MaxPermSize=2048m
, m "mx" , m "1024M"
; single-X "=",
double-X "=".
JVM, eclipse, , eclipse:
Window::Preferences::Java::Installed JREs::Edit::Default Vm Arguments:
-Xms128M -Xmx2048M
( eclipse.)