Eclipse ADT plugin - a tool for graphical memory layout and storage

Win7 64, RAM 12 GB, i7 ADT v.16.01

My graphical layout tool is acting very weird. Every time I make one change, the tool buttons above the layout display flicker and it โ€œworksโ€ for about 10 seconds until it finally completes the change .. in this process, javaw.exe consumes about 800 MB of RAM for each the action that I take the tool .. I got up to 8 GB of RAM used by javaw at some point.

I have tried so many combinations of eclipse and java jre. I tried jre 6u21, 6u30, 7u2, all in 32/64 bit versions. I even tried the eclipse of indigo and the Juno developer version in 32/64-bit versions .. everyone does the same ..

I had it before and after the new installation, she left. Suddenly, he started doing it again today, and I have no idea why.

Anyone else come across this?

I played with it again and once received an error message: 'programmer.xml: GC upper limit exceeded

+6
source share
1 answer

Try to allocate more memory for Eclipse if you have not already done so. In your eclipse folder, edit eclipse.ini and specify the values โ€‹โ€‹for Xms and Xmx. I use:

-Xms1024m -Xmx2048m 
+3
source

Source: https://habr.com/ru/post/908121/


All Articles