[core] - [Fwd: Re: [nbusers] RC2 memory usage]

View: New views
5 Messages — Rating Filter:   Alert me  

[core] - [Fwd: Re: [nbusers] RC2 memory usage]

by HandyGeek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Forwarding original message from Tad Frysinger, with my comments.

I have closed down NB6 IDE - 5 minutes later my system has one java
process consuming 98% memory.  The only programs running now are
Thunderbird, Windows Media Player, FireFox, and Task Manager.

Attaching task manager screen shot.  This is a pretty serious IDE
performance hit that should not see FCS.


Best,
David


Ditto for me Tad.  New install RC2, WinXP, 1.5GRam - one tiny VWP
project.  I get Windows virtual memory dangerously low error messages.  
My system is unusable, I take a break for an hour - system now usable.  
Memory use at 264MB, I couldn't bring focus to the IDE during the memory
outage to record memory used, everything was frozen.  David

TadFrysinger wrote:

> Upon new install, recognizing 5.5.1 projects and importing them,
> scanning all the various .jar files in my 8 projects and compiling
> those projects: memory used was at 565MB of ram. It didn't go down.
>
> Quitting out after this and going back in - memory is now steady at
> 225MB.
>
> Seems like there is 300MB that could be better managed somehow...?
>
> OSX. 2.18 dual core. 2GB ram total.
>
> Tad
>
>


TASKMAN.JPG (89K) Download Attachment

Re: [core] - [Fwd: Re: [nbusers] RC2 memory usage]

by Daniel Sheppard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Did you get a thread dump?  This is crucial if the NB team is to get a handle on what may have gone awry.

I tend to run NB through the nb.exe on Windows so that I can ctrl-break and get the thread dump if necessary.

Daniel Sheppard

>
> From: HandyGeek <thompsonwd40@...>
> Date: 2007/11/24 Sat AM 06:25:17 GMT
> To: netcat@...
> Subject: [60cat][core] - [Fwd: Re: [nbusers] RC2 memory usage]
>
> Forwarding original message from Tad Frysinger, with my comments.
>
> I have closed down NB6 IDE - 5 minutes later my system has one java
> process consuming 98% memory.  The only programs running now are
> Thunderbird, Windows Media Player, FireFox, and Task Manager.
>
> Attaching task manager screen shot.  This is a pretty serious IDE
> performance hit that should not see FCS.
>
>
> Best,
> David
>
>
-----------------------------------------
Email sent from www.virginmedia.com/email
Virus-checked using McAfee(R) Software and scanned for spam


Ditto for me Tad.  New install RC2, WinXP, 1.5GRam - one tiny VWP
project.  I get Windows virtual memory dangerously low error messages.  
My system is unusable, I take a break for an hour - system now usable.  
Memory use at 264MB, I couldn't bring focus to the IDE during the memory
outage to record memory used, everything was frozen.  David

TadFrysinger wrote:

> Upon new install, recognizing 5.5.1 projects and importing them,
> scanning all the various .jar files in my 8 projects and compiling
> those projects: memory used was at 565MB of ram. It didn't go down.
>
> Quitting out after this and going back in - memory is now steady at
> 225MB.
>
> Seems like there is 300MB that could be better managed somehow...?
>
> OSX. 2.18 dual core. 2GB ram total.
>
> Tad
>
>



TASKMAN.JPG (89K) Download Attachment

Re: [core] - [Fwd: Re: [nbusers] RC2 memory usage]

by HandyGeek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Daniel, Thank you for the clarification on running nb.exe - I haven't tried it before because I didn't really understand it; I will do so from now on and will catch my elusive thread dump.  Do you mind if I cross-post this to nbusers, where there are at least two users writing about the same problem?  Best, David

Daniel Sheppard wrote:
Did you get a thread dump?  This is crucial if the NB team is to get a handle on what may have gone awry.

I tend to run NB through the nb.exe on Windows so that I can ctrl-break and get the thread dump if necessary.

Daniel Sheppard
  
From: HandyGeek thompsonwd40@...
Date: 2007/11/24 Sat AM 06:25:17 GMT
To: netcat@...
Subject: [60cat][core] - [Fwd: Re: [nbusers] RC2 memory usage]

Forwarding original message from Tad Frysinger, with my comments.

I have closed down NB6 IDE - 5 minutes later my system has one java 
process consuming 98% memory.  The only programs running now are 
Thunderbird, Windows Media Player, FireFox, and Task Manager.

Attaching task manager screen shot.  This is a pretty serious IDE 
performance hit that should not see FCS.


Best,
David


    

-----------------------------------------
Email sent from www.virginmedia.com/email
Virus-checked using McAfee(R) Software and scanned for spam
  






Subject:
Re: [nbusers] RC2 memory usage
From:
HandyGeek thompsonwd40@...
Date:
Fri, 23 Nov 2007 23:11:16 -0700
To:
nbusers@...
To:
nbusers@...

Ditto for me Tad.  New install RC2, WinXP, 1.5GRam - one tiny VWP project.  I get Windows virtual memory dangerously low error messages.  My system is unusable, I take a break for an hour - system now usable.  Memory use at 264MB, I couldn't bring focus to the IDE during the memory outage to record memory used, everything was frozen.  David

TadFrysinger wrote:
Upon new install, recognizing 5.5.1 projects and importing them, scanning all the various .jar files in my 8 projects and compiling those projects: memory used was at 565MB of ram. It didn't go down.

Quitting out after this and going back in - memory is now steady at 225MB.

Seems like there is 300MB that could be better managed somehow...?

OSX. 2.18 dual core. 2GB ram total.

Tad







Re: [core] - [Fwd: Re: [nbusers] RC2 memory usage]

by Petr Nejedly :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

HandyGeek napsal(a):
> Daniel, Thank you for the clarification on running nb.exe - I haven't
> tried it before because I didn't really understand it; I will do so from
> now on and will catch my elusive thread dump.  Do you mind if I
> cross-post this to nbusers, where there are at least two users writing
> about the same problem?  Best, David

I would add that in case of such a problem, you can use jps/jstack to see
what is actually the java process doing (calling jstack several times to
have even better idea) even without using nb.exe, and maybe also jmap -histo/-dump
to see why is it using given memory.

>
> Daniel Sheppard wrote:
>> Did you get a thread dump?  This is crucial if the NB team is to get a handle on what may have gone awry.
>>
>> I tend to run NB through the nb.exe on Windows so that I can ctrl-break and get the thread dump if necessary.
>>
>> Daniel Sheppard
>>  
>>> From: HandyGeek <thompsonwd40@...>
>>> Date: 2007/11/24 Sat AM 06:25:17 GMT
>>> To: netcat@...
>>> Subject: [60cat][core] - [Fwd: Re: [nbusers] RC2 memory usage]
>>>
>>> Forwarding original message from Tad Frysinger, with my comments.
>>>
>>> I have closed down NB6 IDE - 5 minutes later my system has one java
>>> process consuming 98% memory.  The only programs running now are
>>> Thunderbird, Windows Media Player, FireFox, and Task Manager.
>>>
>>> Attaching task manager screen shot.  This is a pretty serious IDE
>>> performance hit that should not see FCS.
>>>
>>>
>>> Best,
>>> David
>>>
>>>
>>>    
>>
>> -----------------------------------------
>> Email sent from www.virginmedia.com/email
>> Virus-checked using McAfee(R) Software and scanned for spam
>>  
>>
>> ------------------------------------------------------------------------
>>
>>
>> ------------------------------------------------------------------------
>>
>> Subject:
>> Re: [nbusers] RC2 memory usage
>> From:
>> HandyGeek <thompsonwd40@...>
>> Date:
>> Fri, 23 Nov 2007 23:11:16 -0700
>> To:
>> nbusers@...
>>
>> To:
>> nbusers@...
>>
>>
>> Ditto for me Tad.  New install RC2, WinXP, 1.5GRam - one tiny VWP
>> project.  I get Windows virtual memory dangerously low error
>> messages.  My system is unusable, I take a break for an hour - system
>> now usable.  Memory use at 264MB, I couldn't bring focus to the IDE
>> during the memory outage to record memory used, everything was
>> frozen.  David
>>
>> TadFrysinger wrote:
>>> Upon new install, recognizing 5.5.1 projects and importing them,
>>> scanning all the various .jar files in my 8 projects and compiling
>>> those projects: memory used was at 565MB of ram. It didn't go down.
>>>
>>> Quitting out after this and going back in - memory is now steady at
>>> 225MB.
>>>
>>> Seems like there is 300MB that could be better managed somehow...?
>>>
>>> OSX. 2.18 dual core. 2GB ram total.
>>>
>>> Tad
>>>
>>>
>>
>>
>>


--
Petr "Nenik" Nejedly, NetBeans/Sun Microsystems, http://www.netbeans.org
355/113 -- Not the famous irrational number PI, but an incredible simulation!

Re: [core] - [Fwd: Re: [nbusers] RC2 memory usage]

by Daniel Sheppard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

There is one final option which is the Visual VM
https://visualvm.dev.java.net/, although this only works when NetBeans is run
under JDK6.

David, feel free to share this information.

Daniel Sheppard

On Saturday 24 November 2007 20:26:22 Petr Nejedly wrote:

> HandyGeek napsal(a):
> > Daniel, Thank you for the clarification on running nb.exe - I haven't
> > tried it before because I didn't really understand it; I will do so from
> > now on and will catch my elusive thread dump.  Do you mind if I
> > cross-post this to nbusers, where there are at least two users writing
> > about the same problem?  Best, David
>
> I would add that in case of such a problem, you can use jps/jstack to see
> what is actually the java process doing (calling jstack several times to
> have even better idea) even without using nb.exe, and maybe also jmap
> -histo/-dump to see why is it using given memory.
>
> > Daniel Sheppard wrote:
> >> Did you get a thread dump?  This is crucial if the NB team is to get a
> >> handle on what may have gone awry.
> >>
> >> I tend to run NB through the nb.exe on Windows so that I can ctrl-break
> >> and get the thread dump if necessary.
> >>
> >> Daniel Sheppard
> >>
> >>> From: HandyGeek <thompsonwd40@...>
> >>> Date: 2007/11/24 Sat AM 06:25:17 GMT
> >>> To: netcat@...
> >>> Subject: [60cat][core] - [Fwd: Re: [nbusers] RC2 memory usage]
> >>>
> >>> Forwarding original message from Tad Frysinger, with my comments.
> >>>
> >>> I have closed down NB6 IDE - 5 minutes later my system has one java
> >>> process consuming 98% memory.  The only programs running now are
> >>> Thunderbird, Windows Media Player, FireFox, and Task Manager.
> >>>
> >>> Attaching task manager screen shot.  This is a pretty serious IDE
> >>> performance hit that should not see FCS.
> >>>
> >>>
> >>> Best,
> >>> David
> >>
> >> -----------------------------------------
> >> Email sent from www.virginmedia.com/email
> >> Virus-checked using McAfee(R) Software and scanned for spam
> >>
> >>
> >> ------------------------------------------------------------------------
> >>
> >>
> >> ------------------------------------------------------------------------
> >>
> >> Subject:
> >> Re: [nbusers] RC2 memory usage
> >> From:
> >> HandyGeek <thompsonwd40@...>
> >> Date:
> >> Fri, 23 Nov 2007 23:11:16 -0700
> >> To:
> >> nbusers@...
> >>
> >> To:
> >> nbusers@...
> >>
> >>
> >> Ditto for me Tad.  New install RC2, WinXP, 1.5GRam - one tiny VWP
> >> project.  I get Windows virtual memory dangerously low error
> >> messages.  My system is unusable, I take a break for an hour - system
> >> now usable.  Memory use at 264MB, I couldn't bring focus to the IDE
> >> during the memory outage to record memory used, everything was
> >> frozen.  David
> >>
> >> TadFrysinger wrote:
> >>> Upon new install, recognizing 5.5.1 projects and importing them,
> >>> scanning all the various .jar files in my 8 projects and compiling
> >>> those projects: memory used was at 565MB of ram. It didn't go down.
> >>>
> >>> Quitting out after this and going back in - memory is now steady at
> >>> 225MB.
> >>>
> >>> Seems like there is 300MB that could be better managed somehow...?
> >>>
> >>> OSX. 2.18 dual core. 2GB ram total.
> >>>
> >>> Tad

LightInTheBox - Buy quality products at wholesale price