I would do something like this. 1. Check how much free memory is available. 2. Create a new database and fill it up with records (choose a good recordSize) in a loop until you only have X bytes free in RAM. 3. Run your application.
/Jonatan "Mike McCollister" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > I have a user of mine who is having some crashing problems with one of my > programs that I cannot reproduce. I have since found out that he has only > about 128 Kbytes free memory. Well, I am about to try to reproduce this but am > wanting to know if anyone has any simple techniques to reduce the free memory > on a simulator or emulator. I can install a bunch of applications but that can > get real tedious. > > Any ideas? > > Thanks, > > Mike > > __________________________________________________ > Do you Yahoo!? > Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! > http://platinum.yahoo.com > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
