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 134720 - memory leak
Summary: memory leak
Status: CLOSED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 09:09 UTC by shadzik
Modified: 2008-06-04 08:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description shadzik 2008-05-08 09:09:16 UTC
When the editor is doing nothing (of course i'm not even move with my mouse), memory is increasing about 100 kb every
2-3 seconds.

Product Version: NetBeans IDE Early Access for PHP (Build 200804221056)
Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
System: Linux version 2.6.24-1-686 running on i386; UTF-8; pl_PL (php)
Userdir: /home/shadzik/.netbeans/6.1ea-php
Comment 1 Tomasz Slota 2008-05-29 10:17:05 UTC
How long did it last? Can you reproduce it? Please attach several thread dumbs taken during the time when it happens and attach them to the issue 
description (see http://wiki.netbeans.org/GenerateThreadDump). 

Even when the user is not typing there are many background processes running and the described behavior doesn't have to mean there is something wrong 
unless the memory consumption goes beyond some reasonable levels. 
Comment 2 shadzik 2008-06-04 08:54:35 UTC
I think it was my mistake. After several minutes memory goes down. I didn't know that there is some process going in
background, so I'm sorry for that bug report.