How can I change the default value of maximum Java heap size of all the programs running in Eclipse (ubuntu 18)?
(I mean without set the script argument for each entry point)
Also I'm not totally sure Runtime.getRuntime().maxMemory()
give the real value..
I even add those line in eclipse.ini
it seems ignored
-Xms256m
-Xmx4G
The proposed duplicate doesn't answer my question