omnifett / iphonefrotz

Automatically exported from code.google.com/p/iphonefrotz
Other
0 stars 0 forks source link

Spurious low-memory warning appears #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Seems to be random. Occurs when playing a game.
2.
3.

What is the expected output or behavior?  What do you see instead?
Low memory warning appears, despite having over 1GB free on the device.

What version of Frotz are you using?
1.0.1

What version of iPhone/iPod Touch OS? (2.0, 2.0.1, 2.0.2)
2.1

Please provide any additional information below.

Original issue reported on code.google.com by ewes...@kqed.org on 18 Sep 2008 at 11:05

GoogleCodeExporter commented 8 years ago
That's not low flash storage, it's RAM, and it's not spurious.
Frotz reports the dialog when the OS tells it it's low on memory.  Frotz then 
frees the memory for the icons and 
splash screens to try to recover, but it's a warning that the OS may kill Frotz 
if memory gets too low.
Usually the problem is that Safari (which uses a lot of memory and unlike 3rd 
party apps is allowed to keep 
running in the background).  Switch to Safari and then hold down Home for 10 
seconds to kill it.    (Rebooting 
your phone would work as well, but this is easier.)
Then relaunch Frotz and it will no longer report memory errors.

Original comment by spath...@gmail.com on 19 Sep 2008 at 4:08