How to improve Netbeans performance?

前端 未结 29 1907
情书的邮戳
情书的邮戳 2020-12-22 17:30

Is there a real way to get Netbeans to load and work faster?

It is too slow and gets worse when you have been coding for some time. It eats all my RAM.


29条回答
  •  南方客
    南方客 (楼主)
    2020-12-22 17:54

    Try to profile Netbeans using VisualVM. If the "hot spot" is org.gnome.accessibility.atkwrapper.emitsignal(), try to run Netbeans with

    -J-Djavax.accessibility.assistive_technologies=" "

    It helped a lot in my case.

    I don't really know why exactly this toolkit used, but looks like it's generally safe to disable it.

提交回复
热议问题