low-memory Questions

23

Solved

I think it's a pretty common message for PyTorch users with low GPU memory: RuntimeError: CUDA out of memory. Tried to allocate X MiB (GPU X; X GiB total capacity; X GiB already allocated; X MiB fr...
Persimmon asked 1/12, 2019 at 20:46

4

Hi, Is it possible to create a custom file upload to prevent chrome's unable to complete previous operation due to low memory error"? It works perfectly on the desktop version of chrome. Actually...

3

Solved

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? The dev guide simply says "if your service...
Checker asked 31/8, 2011 at 13:11

1

Solved

I would like to distribute my first Android app via the Google Play Store. However, I want my app to be installed on devices with at least 512 MB of RAM since devices with low memory can crash the ...
Kinesics asked 29/10, 2013 at 15:53

1

I need to store a large dictionary of natural language words -- up to 120,000, depending on the language. These need to be kept in memory as profiling has shown that the algorithm which utili...
Jehoash asked 29/6, 2015 at 17:40

1

I'm coming from Java world, and there are plenty implementations of (local) in-memory caches. Moreover in Java world there are SoftReference and WeakReference, and they're, by definition, ideal for...
Faroff asked 23/1, 2014 at 14:3

2

Solved

I'm working on some "free RAM" tool that has to force windows to send 'LOW_MEMORY' signal to all applications (that asks all application to free their unused data, SQL server and file caches get cl...
Pythoness asked 24/10, 2013 at 8:7

1

Solved

rvm install 1.9.3 leads to the error in the make.log: ... compiling ./enc/trans/emoji_sjis_docomo.c compiling ./enc/trans/emoji_sjis_kddi.c gcc: internal compiler error: Killed (program cc1) gcc...
Rambort asked 4/11, 2013 at 3:31

1

I am developing SW for embedded Linux and i am suffering system hangs because OOM Killer appears from time to time. Before going beyond i would like to solve some confusing issues about how Linux K...

7

I have an application which has some static variables. These variables are stored in an independent Class named DataContext. These variables are initialized from raw files at the application start ...
Elsieelsinore asked 25/1, 2011 at 18:6

6

Solved

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 */ {...
Cero asked 3/11, 2012 at 3:15

4

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...
Boys asked 24/3, 2012 at 0:45

6

Solved

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...
Busybody asked 30/5, 2011 at 6:22

0

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 OS V...
Rudie asked 2/1, 2012 at 6:36

1

Solved

I want to test our app for low memory cases. Do you have any ideas, how to cause onLowMemory on devices? Thank you.
Servant asked 6/10, 2011 at 11:19

9

Solved

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 ...
Druggist asked 22/7, 2011 at 12:47

6

Solved

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 he...
Strafford asked 20/2, 2011 at 20:32

1

Solved

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...
Suspect asked 22/10, 2010 at 9:34

2

Solved

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 t...
Exieexigency asked 12/8, 2009 at 17:33
1

© 2022 - 2025 — McMap. All rights reserved.