Re: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
I had this problem for about seven years. It had to be tackled, but until just now I had more pressing problems revolving around getting my application to work. I feared learning the profiler and solving this problem. I thought the process would be a distraction that I didn't want to deal with; I s

Re: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
I'd just like to let you know that I solved my CPU load and socket stability problems by removing a call I was making to System.gc() I put in when I was trying to solve the problem earlier. I've been running my application now for about 30 minutes, and the profiler shows that no instances survive o

Re: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
Hello Leo. On Sun, 25 Nov 2018 at 08:29, Leo Donahue wrote: > Maybe this helps? > > SER10-J > > https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88487787 > > Still early days yet, but I think a heart-felt thank you might be in order here. Resetting the output stream after writin

Re: Novice Profiling Question.

2018-11-24 Thread Leo Donahue
te: >> >>> Looks like I'm getting confused and dismayed with my attempts to run the >>> profiler. Any help from any NetBeans user would be appreciated. >>> >>> Thanks, >>> >>> Owen. >>> >>> -- Forwarded message - >>

Re: Novice Profiling Question.

2018-11-24 Thread Peter Hull
Sounds like there are two issues being discussed here: 1. Memory leak in your application 2. Bug in Netbeans profiler. For the first one, I don't think anyone can help without the code, unfortunately. I have found this article to be useful in the past: https://www.toptal.com/java/hunting-memory-le

Re: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
used and dismayed with my attempts to run the >> profiler. Any help from any NetBeans user would be appreciated. >> >> Thanks, >> >> Owen. >> >> -- Forwarded message - >> From: Owen Thomas >> Date: Sat, 24 Nov 2018 at 20:11 >>

Re: Novice Profiling Question.

2018-11-24 Thread Geertjan Wielenga
wrote: > Looks like I'm getting confused and dismayed with my attempts to run the > profiler. Any help from any NetBeans user would be appreciated. > > Thanks, > > Owen. > > -- Forwarded message - > From: Owen Thomas > Date: Sat, 24 Nov 2018 at 20

Fwd: Novice Profiling Question.

2018-11-24 Thread Owen Thomas
Looks like I'm getting confused and dismayed with my attempts to run the profiler. Any help from any NetBeans user would be appreciated. Thanks, Owen. -- Forwarded message - From: Owen Thomas Date: Sat, 24 Nov 2018 at 20:11 Subject: Re: Novice Profiling Question. To:

Novice Profiling Question.

2018-11-23 Thread Owen Thomas
Hello NetBeans Users. An application that I am developing seems to be slowly leaking memory, and I have been given some advice that makes me think that the best way to get to the bottom of this problem is by running an instance of my application in the profile. I can do that, and as just as I tho