- úterý 4. srpna 2020 23:36:12 CEST, Darwin Te -
> I want to see stack trace why the cpu usage is always 100%.

That's not particularly a case for debugger, but for a (self) profiler:
http://wiki.netbeans.org/FaqProfileMeNow
 
> Also memory keeps on increasing if i perform a search in file.

Again, heap dump may be more useful than debugger. Launch VisualVM, take heap 
dump of NetBeans process and check which objects are growing.

-jt

Btw. useful set of performance tips is still available at http://
wiki.netbeans.org/Performance





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to