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 258451 - unrelenting python project disk usage at ide idle
Summary: unrelenting python project disk usage at ide idle
Status: NEW
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-20 18:29 UTC by proj964
Modified: 2016-04-22 10:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
process monitor log file (8.57 MB, application/octet-stream)
2016-03-20 18:29 UTC, proj964
Details

Note You need to log in before you can comment on or make changes to this bug.
Description proj964 2016-03-20 18:29:37 UTC
Created attachment 158935 [details]
process monitor log file

opening up the v8.1 ide for a python project with rightly 40 files and leaving the ide idling, there is constant hard disk read and write activity. it just never stops. I have attached a short process monitor log file during which netbeans was the only open app. after sitting for a few minutes there are 34K reads, 5.5K writes and 12,400K I/O other. This seems excessive for an application not doing anything and it impacts other apps and system functions.
Comment 1 Tomas Hurka 2016-04-22 07:29:45 UTC
Thanks for the log. It looks like the jython files are periodically accessed again and again. This should be investigated in python plugin (http://plugins.netbeans.org/plugin/61688/?show=true). Reassigning.
Comment 2 Jiri Kovalsky 2016-04-22 08:08:02 UTC
Lou, can you please evaluate this bug? Thanks!
Comment 3 Lou Dasaro 2016-04-22 10:38:56 UTC
I have seen this before, intermittently. It seemed to be an interaction with another plugin / language. Will investigate with team.
Thank you for reporting.