This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 199883

Summary: LowPerformance took 188030 ms.
Product: javaee Reporter: majiknet <majiknet>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: normal CC: majiknet
Priority: P3 Keywords: PERFORMANCE
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178239
Attachments: nps snapshot
nps snapshot

Description majiknet 2011-07-04 15:23:21 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) Client VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows 7

User Comments:
GUEST: Restarted computer
Started only netbeans
Takes up 4-500MB RAM and 60 - 98% CPU immediately
Stayes like this with task scanning, checking for external changes ++ for several minutes
Repeats itself when starting it, while using it, when not using it

GUEST: 1 jsp open, just opened the program and did nothing. Just a lot of task and project scanning without stop. Uses 500MB RAM and 100% CPU.



Maximum slowness yet reported was 188030 ms, average is 84074
Comment 1 majiknet 2011-07-04 15:23:30 UTC
Created attachment 109229 [details]
nps snapshot
Comment 2 majiknet 2012-01-18 17:21:53 UTC
Created attachment 115048 [details]
nps snapshot
Comment 3 Marek Fukala 2014-07-30 11:13:56 UTC
Very slow creation of java embedded source in indexing thread by web.core.syntax.JSPProcessor which processes also included files. Finally blocked by TaglibParseSupport.getCachedParseResult() waiting for the jsp parsing thread.

As last report is from 7.1 I'm closing the issue as fixed