low-memory
How to force a service restart?
I have a background service that sometimes gets killed by the OS when it is running low on memory. How to simulate this behaviour so I can debug it?[详细]
2023-04-01 10:21 分类:问答Run my application in a simulated low memory, slow CPU environment
I want to stress-test my application this way, because it seems to be failing in some very old client machines.[详细]
2023-03-22 11:07 分类:问答Core data model update crashing because of low memory on iPhone
My iPhone app update has a new version 开发者_如何学JAVAof my core data store model. I am using a custom NSEntityMigrationPolicy. However with large core data stores on older iDevices (i.e. with less[详细]
2023-03-01 18:16 分类:问答c++ on low memory systems. Standard libs are using all the memory!
I need to shave off as much memory as开发者_如何学Python possible. I am using standard C++ with STL. The program does not do much (yet) and it still takes 960Kb [according to top]! The executabe size[详细]
2023-02-22 18:09 分类:问答Application.onLowMemory() not invloked
I\'ve create an Application class of my own. I try to debug it and the code stops at Application.onCreate() but does not stop at onLowMemory.[详细]
2023-02-17 01:25 分类:问答What's an efficient implementation of Conway's Game of Life for low memory uses?
I\'m looking for a fast and memory efficient 开发者_JAVA百科approach for implementing Conway\'s Game of Life.[详细]
2023-02-12 00:46 分类:问答Testing iPad applications
Bit of a hardware question here. I am developing iPad applications for a client and am finding that when I send over beta versions for the client to test, he is finding many more crashes on his device[详细]
2023-02-05 05:04 分类:问答Why do I not get low memory issues until images are draw on the screen?
I am able to load over 200 UIImage objects into a NSMutableDictionary without any memorry warning issues.[详细]
2023-01-01 00:01 分类:问答Loading, saving, and then loading an image again throws "A generic error occurred in GDI+"
This seems to be in infamous error. I remember getting it a while back for different code, but it\'s back, with a vengeance, but with some new code that I can\'t seem to figure out.[详细]
2022-12-18 19:27 分类:问答