Tagged Questions
-1
votes
0answers
39 views
PHP Fatal error: Allowed memory size of 1073741824 bytes [closed]
I know it is duplicate, but i couldnt found appropriate answer by searching.
Error:
Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 12 bytes) in ...
1
vote
2answers
59 views
Max Memory only 880 MB in Java Program
I'm trying to create a HashMap for a dataset that has 4400 records and 27000 features. I have increased the max limit to 4G in the .ini file of eclipse. But, when I print the maxMemory in the java ...
0
votes
1answer
119 views
php zip archive memory, ram and max file size
I have folders that have user generated images that get rather large. When trying to zip these I am getting errors around 1.5 gig sized zip files.
My questions have to do with memory and I think ...
1
vote
1answer
57 views
How do you do RAM Purging in VB.NET?
I've never messed with memory before besides using Memory Streams. But I recently downloaded a RAM Cleaner that "purges" memory. I'm very curious on how it works and what it does. I tried googling ...
0
votes
0answers
47 views
Dumping ram outside of the defined system RAM range
I'm using lime-forensics as a loadable kernel module to dump memory. This is working fine for the System RAM which is defined in /proc/iomem at the address80000000-ac9fffff.
If I cat ...
0
votes
0answers
37 views
Memory management allocating
I can't understand how memory management works. Can somebody explain/draw me how it will be correctly? Thank You for any advice.
Allocating a contiguous area of memory
We have tasks P1 and P2 ...
2
votes
1answer
269 views
How to make Android app that 'eats' the RAM memory
I know this sound crazy but is not :)
I have an application that gets killed when run on mobile phones that have low ram memory.
To test this app I need something that 'eats' the RAM, I do this so ...
0
votes
4answers
152 views
C++ Program immediately using 2 GB of RAM: how to find culprit?
I have a program that, when queried on initialisation, is immediately using > 2 GB of RAM. Basically the code is like this:
#include <blah>
int main() {
cout << get_mem_usage() ...
0
votes
0answers
52 views
How can I choose the loaded APPs in the memory RAM when using Android?
I'm not a programmer and as far as I know, Android uses as much RAM as possible, being loaded as many APPs as possible, "openning" (or getting back to them) smoother when it's necessary.
My question ...
0
votes
1answer
1k views
virtual memory vs physical memory
I am often confused with the concept of Virtualization in operating systems.Considering RAM as the physical memory,why do we need the virtual memory for executing a process?
Where doe this virtual ...
8
votes
2answers
301 views
Immediately stop MATLAB if RAM usage exceeds a specified amount. Is there a way?
Title says it all.
Basically, I am getting tired of having to reset my comp every time I mistakenly make MATLAB use a large amount of RAM for a simulation with many parameters I am creating.
Is ...
2
votes
2answers
176 views
Allocating specific amount of physical memory in Visual Basic .NET?
I know this is kind of a weird question, but how do you...allocate physical memory? I know using New will make a new object but it's not allocating what I'm looking for. Here's kind of what I'm ...
1
vote
3answers
263 views
C++ vector on arduino takes up massive RAM footprint
Couldn't find a solution to this anywhere. Hoping to become more enlightened on this subject.
I wanted to use a dynamic array of sorts for an arduino project. I came across a library for using ...
0
votes
1answer
83 views
Possible lack of RAM crashes application?
I am currently developing a quite simple Android 2D game. For testing, I have two Android devices:
ZTE Blade
Huawei u8650
My game runs fine in the ZTE but crashes after a bit of loading in the ...
1
vote
1answer
34 views
Is RAM1 more power hungry than RAM2 if RAM1>RAM2? [closed]
I am not conversant with the hardware inside a RAM chip. But my logic says that accessing something in a 1GB Ram is easier than doing the same in a 2GB Ram. becasue the search space has reduced. Same ...
1
vote
1answer
120 views
“live bytes” different on simulator versus device
I have a program that is showing, in the allocations instrument, approx. 72 MB of "live bytes" but when I run the profiling on my iPod touch, it shows 6 MB. I don't understand why the vast ...
0
votes
0answers
104 views
configuration ruby in rail application on apache2 server
i need some help with configuration about a ruby on rails application that runs on an apache2 server.
The server machine have only 512 Mb RAM Memory and the OS is Ubuntu 10.04.
The software system is ...
0
votes
1answer
78 views
Ram optimization SDK like RAMRush, for image processing
I have a problem in my application, it needs a heavy memory optimization, but for now i have to deliver a test version of the application, i need something like "ramrush" as api can called from my ...
1
vote
0answers
91 views
32 bit process consuming more memory in 64 bit os?
I have written one process. If Run that process in 32 bit windows OS it is consuming around 100 to 200MB of memory, And the same process if i run on 64 bit Windows OS it is consuming around 1GB of ...
0
votes
1answer
365 views
Memory managnment command in eclipse.ini ignored
I'm making a java game (minecraft clone) and I require to store quite some data in RAM,
around 1024Mb.
However I tried setting my required parameter in eclipse.ini but those are not being used by ...
5
votes
2answers
464 views
What will happen,when mongodb db size will be times > then RAM?
Will it get slower? Will find work for only data that fit into RAM?
What will happen if mongodb indexes are more then RAM?
0
votes
2answers
347 views
How to allocate 16GB of memory in Go?
I'm using the following simple Go code to allocate a 3D array of size 1024x1024x1024:
grid = make([][][]TColor, 1024)
for x = 0; x < 1024; x++ {
grid[x] = make([][]TColor, 1024)
for y = 0; ...
0
votes
2answers
153 views
Taking dump of hashmap from memory, for a java process
I have a Java process which has been running for over a week. In the process, I have been processing some data and have been storing some intermediate result into a hashmap in memory.
Now, I need to ...
4
votes
2answers
299 views
What manages RAM?
When an assembly program is compiled and run on a machine without an operating system, how is a starting address in RAM chosen so that variables declared with data directives are allocated properly?
4
votes
1answer
1k views
Get total RAM size that use Application in Android
I want to gather some statistics from my Android phone.
When I start my application I want to know following:
How much RAM does application use.
How much free RAM does my phone have.
How much total ...
0
votes
4answers
614 views
How to setup programmable ram disk without root permissions on linux
I need to setup and configure a ram-disk from within my C application. Is it possible?
From what I understand, a ram-disk can be setup, mounted and resized only by the root.
My application would not ...
1
vote
2answers
364 views
Difference between high memory and high memory area
Can somebody please explain me the difference between the terms high memory and high memory area. I have always came across these terms. I searched a lot about these terms but still i didn't got ...
0
votes
1answer
131 views
Is 15 MB RAM acceptable?
I am writing an application in Python that functions as a daemon, and performs a relatively trivial task in the background. By trivial I mean it waits for keystrokes and plays certain sounds when ...
3
votes
1answer
1k views
retrieve video ram usage iphone
i have see this article about retrieve memory usage off iphone app
programmatically-retrieve-memory-usage-on-iphone It's great !
In my project i want to retrieve the available VRAM free, because my ...
1
vote
2answers
310 views
ASP.NET and Private bytes - What does it in reality mean?
Lately I have been quite concerned about memory issues in ASP.NET.
I have been reading quite a lot articles, made one thread and used a profiler to optimize my application. I also just read the ...
0
votes
3answers
317 views
C++ new / new[], how is it allocating memory?
I would like to now how those instructions are allocating memory.
For example what if i got code:
x = new int[5];
y = new int[5];
If those are allocated how it actually looks like in RAM?
Is ...
1
vote
2answers
414 views
Sending C strings and vectors to MurmurHash gives inconsistent results
I'm trying to use MurmurHash (returning 64 bit hashes on a 64bit comoputer) and have sent it the simple 3 letter string 'yes' as follows
char* charptr = "yes";
cout << MurmurHash64A(charptr, 3, ...
4
votes
3answers
2k views
How to keep RAM usage below 90MB? (Specially scaling images)
I'm developing an app for WP7 (VS2010 Express for Windows Phone RTM and WP Emulator), but now im facing a big problem related to memory usage.
The app itself has like 12 views, and some of them are ...
2
votes
5answers
300 views
C++: Unitialized variables garbage
int myInt;
cout << myInt; // Garbage like 429948, etc
If I output and/or work with unitialized variables in C++, what are their assumed values?
Actual values in the memory from the "last ...
7
votes
4answers
1k views
How do I know if my PHP application is using too much memory?
I'm working on a PHP web application that let's users network with each other, book events, message etc... I launched it a few months ago and at the moment, there's only about 100 users.
I set up ...
