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!
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.