The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
39 views

iOS - Stop Modal UIViewController from getting presented

I have a modal UIViewController. On receiving a low memory warning, I want to close that modal. For this purpose, I wrote the following code - - (void)didReceiveMemoryWarning { [self ...
1
vote
1answer
191 views

Linux kernel handle low memory conditions

How does the Linux kernel handle low memory conditions? How can we prove that the new kernel is handling the low memory conditions well enough? Is there any standard test for the same ?
0
votes
1answer
186 views

iOS and Cocos2d: received low memory warning with only 20 MB of allocation and no ther app running

I am getting low memory warnings even if my App is allocating only 20 MB of memory and there are apparently no leaks (See photo below). I am wondering whether this is due to some iOS version I am ...
0
votes
2answers
301 views

ImagePickerController crashes my app saying “Received Memory Warning” when there are other apps running on my device (2 or more apps)

My App crashes saying "Received Memory Warning" when i take a picture from camera (UIImagePickerController). Scenario when i get the crash: If I have other apps running on my device(2 or more), I am ...
1
vote
6answers
109 views

Reasons for putting C/C++ variables in an unnamed scope? [duplicate]

Possible Duplicate: Can I use blocks to manage scope of variables in C++? I came across some C++ code that resembled: int main(void) { int foo; float qux; /* do some stuff */ { ...
3
votes
3answers
324 views

Android application force closes when memory is low

I am developing an application and a problem occured during testing. The main activity shows database records. When system memory is low (I push the home button and start a lot of apps) the garbage ...
0
votes
2answers
308 views

Service.onStartCommand() - is it possible to return more then one flag?

I have to make sure that my Service will run until I'll explicitly call stopService(). so I should return from onStartCommand() the START_STICKY flag. also I want that in case my Service will be ...
1
vote
2answers
171 views

A way to send low memory warning to app on iPhone

I'm looking for some tool/app/tweak that can generate low memory warning on iPhone (jailbroken). Or, as alternative variant - tweak that simulates high memory usage. I need it to test my app behavior ...
0
votes
1answer
430 views

Android Mupdf : PDF viewer silenty crashed due to low memory after 13 pages

I am trying opened a large pdf file (10MB) which has high resolution images embedded on it with internal links,It seems to be working fine up to 13 pages when I continuous clicked the next page ...
0
votes
0answers
121 views

Any NOSQL or SQL options with ACID and low memory footprints?

I looking for NOSQL or SQL DB with low memory footprints and ACID properties. Basically the DB should be able to scale down to min 30MB usage of RAM and scale up to sit on many nodes/cluster. Also ...
0
votes
0answers
101 views

Jaro-Winkler for Low Memory

Help I have created my job using Jaro-Winkler Distance. I am having an issue with PHP memory. My host offer max. I can't do anything because my CPU Usage show 100%... So is there anything that i ...
-1
votes
2answers
206 views

Low memory Warning Issue

All the used viewcontrollers and controls are released and deallocated upto my knowledge and Also tracked through Instrument and generic Analyzer. But my app receives low memory warning Issue. i have ...
-1
votes
1answer
85 views

browserField memory management

I am doing application based on the browserField and everytime mobile show that low memory in the device,I searched on the forum and I found a tutorial but I didn't implement it as the tutorial said ...
0
votes
0answers
284 views

How to reproduce low state memory on Android device

In order to reproduce a bug, I need to create a low memory state on my Android device. The bug is related to the camera app that apparently kills my application when it get started. The app is based ...
-1
votes
2answers
269 views

location of memcpy definition

Where is definition of memcpy function located? It is declared in wchar.h where I can find that /* memcpy and memmove are defined just for use in wmemcpy and wmemmove */ then I find only the ...
0
votes
2answers
145 views

reading a file in win32

I'm programming an old-school mmorpg in win32 (It's supposed to run on very old machines), and I want to read a file that can be either ASCII or Unicode (rarely), and count the number of lines in it. ...
7
votes
4answers
3k views

iOS app runs out of memory without receiving a low memory warning

I have an existing app that I made some recent changes to and I have been testing those changes. The app works perfectly fine on every iPad I test it on (iOS 4 and iOS 5). After loading several (50+) ...
0
votes
1answer
943 views

Crash on iOS when system purges memory and closes a UIViewController

My application is crashing when one of the views is purged from memory because of low-memory condition. At least this is what I understand from the crashlog. It happens on numerous screens but only ...
1
vote
2answers
329 views

Capture statistics of Low Memory crashes in iOS using exception handlers

(This question is not about responding to low memory warnings in UIViewController) In the same way that you can use the uncaught exception handler, and the signal handler to capture these events ...
0
votes
1answer
244 views

appDelegate.window.rootViewController = self.someController memory leak?

It is showing as low memory on this line/code appDelegate.window.rootViewController = preVC; My code: - PreViewController *preVC = [[PreViewController alloc] initWithNibName:@"PreViewController" ...
1
vote
0answers
227 views

Low memory / app getting crash?

This is my code: - NSFetchRequest *fetchRequest = [[NSFetchRequest alloc] init]; [fetchRequest setEntity:[NSEntityDescription entityForName:@"PageDetail" ...
2
votes
0answers
1k views

how to fix web app low memory crashes on mobile safari

Our web app is generating LowMemory crashes very often on Ipad and Iphone. This is an example from CrashReporter Incident Identifier: 858042 CrashReporter Key: 6bda3a Hardware Model: iPad1,1 ...
2
votes
1answer
379 views

How to cause onLowMemory on device for tests

I want to test our app for low memory cases. Do you have any ideas, how to cause onLowMemory on devices? Thank you.
6
votes
2answers
4k views

Android: How to force restart service (OS killing on low memory behavior)

I have a background service running that sometimes gets killed by the OS when running low on memory. There are some weird behaviors when this happens but I do not know (1) how to simulate this ...
0
votes
1answer
247 views

How block all applications in low memory scenario

I wrote code such that if phone internal memory becomes less than 10% of total internal memory then it'll show low memory dialog and it'll take user to managapplications activity to free some memory. ...
4
votes
9answers
1k views

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. At first I read a bit about QEmu and thought about hardware emulation, but it seems a ...
28
votes
6answers
5k views

Memory-mapped files and low-memory scenarios

How does the iOS platform handle memory-mapped files during low-memory scenarios? By low-memory scenarios, I mean when the OS sends the UIApplicationDidReceiveMemoryWarningNotification notification to ...
0
votes
2answers
175 views

Core data model update crashing because of low memory on iPhone

My iPhone app update has a new version of my core data store model. I am using a custom NSEntityMigrationPolicy. However with large core data stores on older iDevices (i.e. with less memory), it is ...
1
vote
4answers
359 views

c++ on low memory systems. Standard libs are using all the memory!

I need to shave off as much memory as 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 is only 64KB. The ...
0
votes
0answers
256 views

\KernelObjects\LowMemoryCondition & \KernelObjects\MaximumCommitCondition

I have an application running as a service on a Windows Server 2008 R2 machine, 64bit version with 32GB of ram. The application itself doesn't seem to use over 3.4GB of ram (suspicious limit?) In ...
0
votes
1answer
2k views

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. To test the scenario I open a lot of other high memory ...
9
votes
6answers
1k views

What's an efficient implementation of Conway's Game of Life for low memory uses?

I'm looking for a fast and memory efficient approach for implementing Conway's Game of Life. Constraints: a 96x128 board, approximately 2kB RAM available and 52MHz processor (see the tech specs here: ...
0
votes
2answers
224 views

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 ...
2
votes
1answer
619 views

Low memory warning for NSObject

I have a subclass of NSObject, it is a singleton which loads a list of images into memory, either from hard drive or downloads them from the internet. I want to release the images stored in memory if ...
1
vote
1answer
2k views

MKMapView: Received memory warning. Level=2

I've got an app that caches a pretty decent amount of data in memory after parsing a csv file, and also displays an MKMapView. After scrolling across the country from one end to the other in the ...
1
vote
2answers
131 views

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. When I start displaying them on the screen (after about showing 10-20 images) I get low ...
0
votes
2answers
386 views

release does not free up memory in low-memory condidtion

I am trying to follow the Apple's recommendation to handle low-memory warnings (found in Session 416 of WWDC 2009 videos) by freeing up resources used by freeing up my dataController object ...
2
votes
1answer
684 views

UITableView's cellForRowAtIndexPath is not getting called after low memory warning

I am new to COCOA and Objective C. I am working on an application which have two controllers with one table view in each, clicking an item form this table will lead to another controller to be pushed ...
2
votes
2answers
914 views

How to respond to didReceiveMemoryWarning in OpenGL app

My app uses a lot of memory. Normally it runs fine, but on a loaded device that hasn't been restarted in awhile, it will be jettisoned with the infamous Low Memory error. I would like to respond to ...
1
vote
6answers
582 views

How to achieve low memory consumption?

I want to know which technique antivirus programs use for scanning disk or files and maintaining low memory consumption. They don't affect the user activity either. I am looking for an approach by ...
0
votes
2answers
474 views

Html renderer with limited resources (good memory management)

I'm creating a linux program in C++ for a portable device in order to render html files. The problem is that the device is limited in RAM, thus making it impossible to open big files (with actual ...
0
votes
1answer
315 views

apache low memory error

mod_python(?) is eating a lot of ram (about 9mb per worker process). If i open several TRAC pages at once many of them will have an error due to no ram (64mb virtual limit). if i limit the worker ...
3
votes
3answers
2k views

How do you detect low memory situations within the java virtual machine?

I've been getting some OutOfMemory errors lately in my application. Is it possible to detect ahead of time when the virtual machine is running low on memory? In other words to preemptively deal with ...