memory usage
-
Hi all, My program is using thread and keep checking and inserting into database. I try to let my program running overnight and when tomorrow morning I found out that it gives me a runtime error. The memory usage increased slowly and this given me the problem (out of memory). Can I know how can I resolve it?? For example, make the memory usage and cpu usage stable. Please help me.:confused: X| Thanks in advance. :(( FM
-
Hi all, My program is using thread and keep checking and inserting into database. I try to let my program running overnight and when tomorrow morning I found out that it gives me a runtime error. The memory usage increased slowly and this given me the problem (out of memory). Can I know how can I resolve it?? For example, make the memory usage and cpu usage stable. Please help me.:confused: X| Thanks in advance. :(( FM
-
I use BoundsChecker, to verify that my code has NO memory leaks, this helps prevent this problem. Perhaps you need to redesign your application so it doesn't keep checking or only check every 5-10mins. Gerry.
What is BoundsChecker?? I seen it in other msg too but still don't know what is BoundsChecker. Can you please explain what it is.:) Thanks for your help. :rose: FM
-
What is BoundsChecker?? I seen it in other msg too but still don't know what is BoundsChecker. Can you please explain what it is.:) Thanks for your help. :rose: FM
It is a software that help you to detect run-time error. you can go to the following web page to check it out. http://www.numega.com/devcenter/bc.shtml