You need to fix your memory leak. Use the emulator and periodically exit from your application - it will report all the leaks in your application. It will dump the first several bytes of the memory and give you a stack trace of when it was allocated into a log file that will be located in the directory from which you run pose and it will be called something like log_0001.txt.
Good luck. Kevin -----Original Message----- From: iyad abu-shaera [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 12:17 PM To: Palm Developer Forum Subject: Free Memory Am doing a project that contains about 50 forms, and it is a data-driven project. Also there is many rules that will validate the data that entered by the user.. Am afraid from the memory leak.. so if there is a way to refresh the memory to remove the fragments and any unused memory chunks. I don't want the user to go out of the application, so the application may run about 10 days continuously. I follow the palm recommendations for the memory management. But also on the first test phase sometime the application reset cause of the memory leak.. Also if there is a way that I can stop and remove every thing from the memory and return back, for me it is ok.. Any idea regarding this issue will be appreciated. _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ ------------------------------------------ The information in this transmittal and any attachments are confidential and intended only for the recipient(s) listed above. You are hereby notified that any unauthorized distribution or copying of this transmittal or its attachments is prohibited. If you have received this transmittal in error, please notify invivodata immediately at (831) 438-9550. ------------------------------------------ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
