Eclipse - Android GUI Designer is incredibly laggy and intense

I'm having serious problems with the Android GUI Designer.

I used to be able to edit views just fine, but I was very far behind the updates. After the update, the GUI editor began to lag.

The image buttons in this snapshot blink continuously as I edit the property in the view.

The controls flash

And the scale of memory usage is growing. The task manager showed that my RAM was completely disabled at 8 concerts. (javaw.exe ~ 6.5 gigabytes of memory usage)

As soon as I disconnect from the GUI editor (to the code editor), it stops lagging, but the memory usage remains as it is.

Here is my eclipse.ini configuration

-startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502 -product org.eclipse.epp.package.java.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 1024m -showsplash org.eclipse.platform --launcher.XXMaxPermSize 1024m --launcher.defaultAction openFile -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms512m -Xmx1024m -XX:MaxPermSize=512m 

It becomes a burden for work.

I am using the 64-bit version of Windows 7, with Eclipse and Java 64-bit.

+4
source share

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


All Articles