Results 1 to 5 of 5
- 01-13-2011, 01:48 PM #1
Member
- Join Date
- Jan 2011
- Posts
- 6
- Rep Power
- 0
Memory increases until window is minimized
Hi guys!
I have developed a java swing application loggin serial com port messages. It starts and runs fine for a couple of days, but hangs after some time. After some research the com port handling does not seem te be the problem.
I checked the memory usage and it seems that memory increases slowly but steadily. My application makes intensive use of the interface (swing) since it logs messsages every second or less. The strange thing is that when I (literally) minimize the program (in windows) the memory use drops to 20MB to go up fast to 70MB and then increase slowly (between 20k and 100k a second) This seems to go on indefinatly (i have waited several times until it went above 150MB). Then when i maximize the window nothing happens but when i minimize it again the memory cycle restarts: drops to about 20MB then 70MB quikly and then slowly indefinitly.
My application has to run forever in more or less the background and it crashes after a couple of days. Is this memory issue related to this freezing/hanging?
How can this be solved?
Thanks a lot!
- 01-13-2011, 05:39 PM #2
Member
- Join Date
- Oct 2010
- Posts
- 63
- Rep Power
- 0
You will likely have to do some good ol'e fashioned debugging. I have no idea what is different when it is iconified. I think I would try to comment out (or replace with stubs) the suspected problem areas to narrow it down to where it is happening and go from there.
- 01-13-2011, 10:06 PM #3
Member
- Join Date
- Jan 2011
- Posts
- 6
- Rep Power
- 0
hi hosscomp,
Thanks I found the problem. With JConsole and Memory analyzer it became clear that the memory leak was due to an unclosed database statement.
Thanks for your help.
- 02-16-2011, 01:06 AM #4
Member
- Join Date
- Feb 2011
- Posts
- 2
- Rep Power
- 0
Using serial port com with Java?
I am a new bee to Java. I am looking to see how to transfer data to and from a serial port in Windows XP, Vista and 7 using Java. I did a search and yours is the latest i can see that talks about a working project in windows using the serial port. Can you please give me some details on how you got it to work. I looked into javax.comm but looks like I will need rxtx close which I can not find.
Any information in this regard wuld be of great help.
-
AK, please do not hijack another's thread. Please repost your question in its own thread.
Similar Threads
-
GUI based java program where size of the frame increases
By koushikG in forum AWT / SwingReplies: 4Last Post: 11-12-2010, 04:25 AM -
Need to pass a value from a parent window to a pop up or child window
By blackpanther in forum Advanced JavaReplies: 4Last Post: 01-10-2010, 07:48 AM -
change url in parent window from child window
By rakesh_n_mehta in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 07-09-2009, 12:17 PM -
how do I increase memory allocated to code cache (Non Heap Memory)
By manibhat in forum Advanced JavaReplies: 2Last Post: 08-21-2008, 07:33 PM -
Open a shell minimized (iconified)
By Java Tip in forum SWTReplies: 0Last Post: 07-25-2008, 02:27 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks