RAM (Random Access Memory) is a form of computer data storage. A random access device allows stored data to be accessed in very nearly the same amount of time for any storage location, so data can be accessed quickly in any random order.
0
votes
0answers
16 views
Android RAM tracing and cleaning
I'm developping a custom home
I have lot of allocation with flash animation and other thing.
This work perfectly for one hour and then the android RAM is completly full
The only way i have find to ...
0
votes
0answers
24 views
Determine how many memory slots are available in a specific computer?
Im studying assembly langauge on my own with a textbook, and I have a question that talks about the memory of a computer. It says the possible memory in a 32-bit PC is 4,294,967,296, which is 4GB. ...
1
vote
1answer
50 views
RAM test steps through, but fails when running
The project I'm working on has to test the data memory of a dsPIC30F chip before the program runs. Due to industry requirements, we cannot utilize any pre-defined libraries that C has to offer. That ...
0
votes
0answers
17 views
Anyone uses Cassandra with RAM disk before? [closed]
If we have plenty of physical memory, is it a good idea to create a RAM disk on each node and store data there for faster read/write but sacrifice for volatile data? I recall that OS has an efficient ...
0
votes
1answer
40 views
Is it possible to declare variables in VHDL with an asterisk?
Quite new to VHDL here, so I'm not entirely sure if this is feasible at all, but here goes:
In my test code for some RAM, I have 2 8-bit std_logic_vector variables wdata_a_v and wdata_b_v. This is ...
1
vote
1answer
41 views
Read file in chunks - RAM-usage, read Strings from binary files
i'd like to understand the difference in RAM-usage of this methods when reading a large file in python.
Version 1, found here on stackoverflow:
def read_in_chunks(file_object, chunk_size=1024):
...
2
votes
3answers
55 views
Matlab: your opinion about a small memory issue working with matrix
I have a small question regarding MATLAB memory consumption.
My Architecture:
- Linux OpenSuse 12.3 64bit
- 16 GB of RAM
- Matlab 2013a 64 bit
I handle a matrix of double with size: 62 x 11969100 ...
-4
votes
0answers
26 views
Has anyone published a productivity study comparing software development on computers with 3GB of RAM vs 8GB of RAM or something similar? [closed]
If this is not the correct site for posting this question, please direct me to the correct website.
I need to justify an upgrade from Windows 7 32-bit to Windows 7 64-bit with 8gb of RAM or more. ...
2
votes
2answers
41 views
Non -Ram Storage
I am learning java from "Thinking In Java" by Bruce Eckel. I am unable to understand the concept of Non -Ram Storage.
As the book says:
Non-RAM storage. If data lives completely outside a ...
2
votes
1answer
77 views
Inno Setup - How can I check system specs before/during installation?
In particular, I'd like to check the amount of RAM installed on the PC. If it's less than 1GB, I'd like to show a warning message before/during the installation...
0
votes
1answer
50 views
Python system resources enumeration
I'm trying to get system information. I have to avoid installing third-party packages and libraries or modules that require the latest version of python to run. This is still in early dev and ...
2
votes
2answers
269 views
Ruby/Mechanize probleme of RAM. Erasing instensiation of 'agent.get' method?
I'got a little probleme of leak memory on a Mechanize Ruby script.
I "while loop" some multiple webpages access forever and memory increase a lot on each loop. That's create a "failed to allocate ...
9
votes
8answers
367 views
how to keep c++ variables in RAM securely?
I'm working on a C++ application which is keeping some user secret keys in the RAM. This secret keys are highly sensitive & I must minimize risk of any kind of attack against them.
I'm using a ...
-1
votes
0answers
54 views
R function not utilising available memory [closed]
I am running an R function which reshuffles the connections of a 513x513 matrix.
However, for some reason R is not using all of the available memory, as seen below. Thus, the computation time is ...
-3
votes
0answers
14 views
Flash memory is slow to access under iPad [closed]
We have noticed that reading a file from flash memory under iOS is like 20x slower than reading it from RAM. Is this due to some sort of encryption or other limitation? Has anyone else encountered ...
4
votes
4answers
4k views
How do I execute a function from RAM on a Cortex-M3 (STM32)?
I'm trying to execute a function from RAM on a Cortex-M3 processor (STM32). The function erases the and rewrites the internal flash, so i definitely needs to be in RAM but how do I do that?
What I ...
0
votes
1answer
22 views
how to solve overflow errors on mikroC for PIC?
My program has several images, I want to do something like a menu with LCD and a keypad.
It was working fine untill the moment that I got two erros:
> Recursion or cross-calling of 'lcd_write'
...
-3
votes
0answers
19 views
Is this the right way to install ram on my laptop? [closed]
I have a macbook pro 15 inch late 2011 will this video work with my laptop? http://youtu.be/lZzVpqOBnJw
1
vote
1answer
43 views
Referencing a word in memory vs referencing a memory cell?
Well i probably could have asked the professor about this, but i haven't been going to faculty very often in the past few weeks so i'll ask anyone who comes across this.
In MIPS if an the starting ...
9
votes
1answer
12k views
How to get CPU usage and RAM usage without exec?
How does VBulletin get the system information without the use of exec ?
is there any other information i can get about the server without exec ?
bandwidth used ? system type ? CPU speed / usage / ...
1
vote
1answer
2k views
What are the differences between virtual memory and 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 ...
0
votes
0answers
13 views
Can I mix a 2gb and a 4gb stick of ram in the dell inspiron n5010? [migrated]
I have a dell inpriron n5010 and I want to upgrade the ram. It currently has 3gb of ram. It has a 2gb stick and a 1 gb stick. I was thinking that I would replace the 1gb stick with this stick that I ...
-2
votes
0answers
12 views
hymp112s64cp6-y5 ab, which ram is this [closed]
I want to extend my Compaq presario c700. When I saw the ram I didn't get whether its ddr2 or ddr1. But I found this code on it "hymp112s64cp6-y5 ab".
Please some one tell me which ram is used in ...
0
votes
1answer
34 views
can ram controllers be functionally kept from becoming idle?
It's been shown to me that it is possible for the ram to be read without the system crashing or to be even taken over by a ram bypass. http://www.google.com/patents/US6745308
However, the patent ...
0
votes
0answers
53 views
Flex Mobile App eats memory on device
I have my flex mobile app that manages a lot of bitmapdata objects.
Every bitmapdata is disposed after use. It's a multi-layer drawing app, and I have many SpriteVisualElements displayed on the ...
3
votes
2answers
89 views
Why does my program produce correct output when my vector< vector< vector<int> > > is larger than the RAM?
I have implemented a system which takes as an input some data, and produces as a result a very big vector< vector< vector<int> > > which I then output to a file.
After calculating ...
0
votes
1answer
45 views
My JAR doesnt work as when launched by eclipse
My program uses large text files (45MB) to operate and runs fine in eclipse. After being exported into a jar, it does not work properly when accessing the large source files. There are no problems ...
0
votes
1answer
30 views
Why is PCD bit set when i dont use ioremap_cache?
I am using ubuntu 12.10 32 bit on an x86 system. I have physical memory(about 32MB,sometimes more) which is enumerated and reserved through the ACPI tables as a device so that linux/OS cannot use it. ...
0
votes
1answer
43 views
how can I read a file to an char array instead of using readline in java
I'm trying to read a huge file and put them into a Hash. I'm having a lot of problems because of my small size of RAM. I'm reading the file line by line and I read somewhere it would be much better if ...
-5
votes
1answer
38 views
why linux instead of windows because of ram? [closed]
I'm trying to migrate an application from linux to Win and already I'm having a lot of difficulties with heap size, ram and ...
what is it about Ram that most people prefer to work on linux instead of ...
-1
votes
0answers
40 views
RAM Disk software (many of them) have slow speed with small files [closed]
We need to find a good RAM disk software for using it with MS Analysis Services Multidimensional (to put some cubes with recent data - 2-3 month, and to speed up the data retrieval).
I've tested 5 ...
0
votes
1answer
44 views
Flash Mobile app: different RAM consumption on device and on profiler
I'm profiling my flash mobile app and I noticed that the RAM consumption is different when the app runs on device or on the Flash Builder profiler (I'm using Flash Builder 4.7 + Apache Flex 4.9.1 + ...
-1
votes
0answers
17 views
memtest86 different result on different systems [closed]
I wanted to test my systems RAMs and used memtest86+ 4.20. on first system it showed errors when it reached about 40% and in random pattern test for all my RAMs. But when I test those RAMs in my ...
0
votes
0answers
20 views
Mobile ViewNavigatorApplication on Flex 4.5.1 ram increase
I have a kind of big mobile application (flex 4.5.1) with 50+ views used in a ViewNavigatorApplication..
The application use:
a local sqlite database (now is about 700mb size).
camera and manage ...
0
votes
0answers
13 views
PIC 18F2455 freezes with multiple IF's
I'm having a pretty weird problem. I'm programming on a 18F2455 and my code was working fine, untill I placed a few If statements (it doesnt matter if there are many ifs or one single if with ...
1
vote
1answer
43 views
RAM / Addresses
A machine has 4GB RAM and the processor is 32 bits. The large screen (monitor) needs atleast 2^21 addresses and the machine already supports one screen with 1280x800 resolution which is equivalent to ...
6
votes
1answer
74 views
Do image objects stay in RAM after .remove()?
I have a web-site that has a lot of large photos that are always set in the html. Like
<div><img src="sample1.jpg"></div>
<div><img src="sample2.jpg"></div>
...
-1
votes
0answers
128 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 ...
8
votes
5answers
300 views
Why is deque using so much more RAM than vector in C++?
I have a problem I am working on where I need to use some sort of 2 dimensional array. The array is fixed width (four columns), but I need to create extra rows on the fly.
To do this, I have been ...
2
votes
1answer
42 views
When a computer wakes from sleep mode, does it use the same physical addresses as before?
When a computer wakes from sleep mode, does it use the same physical addresses as before?
Just curious about this one. I'd assume it could be since it suspends to memory.
Is it possibly also ...
0
votes
1answer
50 views
How can i get more RAM for my app in C#?
I have a program in C#, that needs to utilize 1GB of memory. However I use some adapter code which takes additional RAM. It seems that I can`t allocate more than 400MB at runtime.
Can you point me ...
0
votes
4answers
112 views
Determine how much memory my app is using
I have written a java program, and I want to see when it runs how much RAM it uses. Is there any way to see how much RAM usage is related to my program? I mean something like time usage of the program ...
0
votes
1answer
120 views
How to make my android app method less RAM consuming
I was looking for some advice on making my application more RAM friendly. On a larger android tablet device the app works fine and I'm testing on a HTC Desire S running Android 2.3.5 which I know is ...
-6
votes
1answer
175 views
keep my application In ram in android app [closed]
I want to keep my application in RAM Even after force closed it.
to wit , if user force closed my application , it comeback to RAM Immediately
can you help me ?
thanks
1
vote
5answers
157 views
symfony2 free -m out of memory
I have symfony2 app out there. But we have RAM memory problems... It works like a charm when there is 50 active people (google analytics).
I select data from DB usally like this:
...
0
votes
1answer
34 views
actionscript 3.0 how to clear RAM
i'm using actionscript p2p application to transfer files between peers.
all received files byteArrays are stored in one array like this one:
recvFiles[peerID][fileID].data:ByteArray = ...
0
votes
1answer
136 views
Android devices, heap size
Currently my application works with android 2.1+ devices.
This app processes bitmaps. Sometimes I get OutOfMemory (eg. HTC G1 [16mb heap]).
I would like to specify this app for devices with min. 48mb ...
0
votes
1answer
103 views
how can I delete my application's data from RAM in android?
When I close the application and run it again on Android phone, some old string values is coming again to screen. (If I don't clean the ram). How can I reach my app without any old data?
-3
votes
2answers
70 views
Is it feasible to make a desktop run entirely on RAM? No solid state or disk drive [closed]
Is it feasible to run all of a desktop computer's software, including the operating system, in random access memory? I know that it is possible to fit a small operating system like Puppy Linux on RAM ...
0
votes
0answers
41 views
Python - Extract and execute in RAM
I'm developing a small python script to take a base64 encoded zip, decode it, and run an EXE that's inside the zip only in RAM (so no disk writing). This is what I have so far if it makes sense, ...



