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.

learn more… | top users | synonyms

415
votes
38answers
89k views

Sorting 1 million 8-digit numbers in 1MB of RAM

I have a computer with 1M of RAM and no other local storage. I must use it to accept 1 million 8-digit decimal numbers over a TCP connection, sort them, and then send the sorted list out over another ...
56
votes
5answers
42k views

How to get current CPU and RAM usage in Python?

What's your preferred way of getting current system status (current CPU, RAM, free disk space, etc.) in Python? Bonus points for *nix and Windows platforms. There seems to be a few possible ways of ...
21
votes
4answers
41k views

How to see top processes by actual memory usage

I have a server with 12G of memory. A fragment of top is shown below: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND ...
21
votes
15answers
71k views

How to do I check CPU and Memory Usage in Java?

I need to check CPU and memory usage for the server in java, anyone know how it could be done?
15
votes
8answers
24k views

How to get current CPU and RAM usage in C++?

is it possible, in C++, to get the current RAM and CPU usage? Is there a platform-indepentent function call?
14
votes
19answers
2k views

Will multi threading provide any performance boost?

I am new to programming in general so please keep that in mind when you answer my question. I have a program that takes a large 3D array (1 billion elements) and sums up elements along the various ...
13
votes
4answers
548 views

If RAM isn't a concern, is reading line by line faster or reading everything into RAM and access it? - Python

If RAM isn't a concern (I have close to 200GB on the server), is reading line by line faster or reading everything into RAM and access it? Each line will be a string of around 200-500 unicode ...
13
votes
10answers
1k views

Why are 8 and 256 such important numbers in computer sciences?

I don't know very well about RAM and HDD architecture, or how electronics deals with chunks of memory, but this always triggered my curiosity: Why did we choose to stop at 8 bits for the smallest ...
12
votes
1answer
24k views

Android memory types (RAM v Internal Memory)

On a separate thread I demonstrated my ignorance of memory types by asking about the best way to copy a file into "internal memory" and was advised that this was not a good idea and that it would be ...
11
votes
2answers
3k views

Redis: Database Size to Memory Ratio?

What is Redis's database size to memory ratio? For instance, if I have an 80MB database, how much RAM will Redis use (when used with a normal web app)?
11
votes
5answers
5k views

Need to load the whole postgreSQL database into the RAM

How do I put my whole PostgreSql database into the RAM for a faster access?? I have 8GB memory and I want to dedicate 2 GB for the DB. I have read about the shared buffers settings but it just caches ...
10
votes
1answer
2k views

How to see Linux' view of the RAM in order to determinate the fragmentation

The only program relevant I know of is pmap, but this only prints the memory of one process. I would like to see how the physical memory is occupied and by which processes/library, including the ...
10
votes
1answer
129 views

Holding Arrays not in RAM

I am learning (and trying to teach) electronics/programming with some friends. We have decided to build a LED cube using a launchpad for our task. Here's the issue we run into: For our animations, ...
9
votes
5answers
1k views

Reserve RAM in C

I need ideas on how to write a C program that reserve a specified amount of MB RAM until a key [ex. the any key] is pressed on a Linux 2.6 32 bit system. * /.eat_ram.out 200 # If free -m is execute ...
9
votes
7answers
306 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 ...
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 / ...
9
votes
5answers
500 views

Store/retrieve a data structure

I have implemented a suffix tree in Python to make full-text-searchs, and it's working really well. But there's a problem: the indexed text can be very big, so we won't be able to have the whole ...
8
votes
6answers
8k views

How do you determine the amount of Linux system RAM in C++?

I just wrote the following C++ function to programatically determine how much RAM a system has installed. It works, but it seems to me that there should be a simpler way to do this. Can someone tell ...
8
votes
5answers
276 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 ...
8
votes
2answers
291 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 ...
8
votes
5answers
301 views

How to handle a dict variable with 2^50 elements?

I have to find SHA256 hashes of 2^25 random strings. And then look for collision (using birthday paradox for the last, say, 50 bits of the hash only). I am storing the string:hash pair in a dict ...
8
votes
4answers
1k views

How to simulate different CPU frequency and limit RAM

Hi I have to build a simulator with C#. This simulator should be able to run a second thread with configureable CPU speed and limited RAM size, e.g. 144MHz and 50 MB. Of course I know that a simulator ...
7
votes
2answers
246 views

When defining a variable in C for example, where is the memory address for that variable stored?

If I define a variable in C (i.e. unsigned short int n = 5), that value is stored somewhere in the user's RAM in binary (in this case it would look something like 0000 0000 0000 0101). The place in ...
7
votes
5answers
1k views

How do I limit RAM to test low memory situations?

I'm trying to reproduce a bug that seems to appear when a user is using up a bunch of RAM. What's the best way to either limit the available RAM the computer can use, or fill most of it up? I'd ...
7
votes
7answers
41k views

How much RAM is SQL Server actually using? [closed]

I am debugging one of my apps and noticed that the RAM on my SQL Server 2005 x64 box (running on a Windows 2003 R2 x64 ) is pegged and even going into the paging file. I understand that SQL Server ...
7
votes
6answers
842 views

Programming in the era of SSD

I am wondering how the oncoming SSD technology affects (mosty system) programming. Tons of questions arise, but here are some most obvious ones: Can the speed of disk access be considered anywhere ...
7
votes
4answers
996 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 ...
6
votes
3answers
6k views

get server ram with php

Is there a way to know the avaliable ram in a server (linux distro) with php (widthout using linux commands)? edit: sorry, the objective is to be aware of the ram available in the server / virtual ...
6
votes
5answers
2k views

What is StringBuilder's RAM consumption like?

We have a few operations where we are doing a large number of large string concatenations, and have recently encountered an out of memory exception. Unfortunately, debugging the code is not an ...
6
votes
8answers
454 views

Can RAM handle different data type sizes?

int, char and bool usually have different sizes. Where int>char>bool, I suppose. But does the RAM even support this? How is it built up? Can it take advantage of bool being only 1 byte and store it ...
6
votes
5answers
3k views

Eclipse slow at building Android resources

I'm using Eclipse to develop Android apps. I'm using the latest SDK and Eclipse 3.6, my computer is macbook air with 4GB of ram. Everytime I change a resource file ( an XML layout for example ), it ...
6
votes
2answers
6k views

Load a MySQL innodb database into memory

I have a MySQL innodb database at 1.9GB, showed by following command. SELECT table_schema "Data Base Name" , sum( data_length + index_length ) / 1 048 576 as "Data Base Size in MB" ...
6
votes
2answers
464 views

Does every server in a MongoDB replica set need to have exactly the same RAM?

Can I set up a replica set in MongoDB 1.8 using servers with different amounts of RAM? server1: 5gb server2: 2gb server3: 4gb If yes, what are the pros and cons?
6
votes
1answer
134 views

Measure size of libraries in Linux

I'm developing S/W for some device which uses Linux O.S. So, the size of libraries (RAM/ROM) which I use is very important. How can I easily calculate RAM / ROM required by my software? (including ...
6
votes
2answers
54 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> ...
5
votes
7answers
2k views

fill memory with random data

Is there a way to fill the free RAM on a linux machine with random data? The reason I'm asking this: I'm working in a group where we do numerical programming in Fortran. Sometimes, people mess up ...
5
votes
5answers
166 views

Is the pointer guaranteed to be > a certain value?

In C++ when i do new (or even malloc) is there any guarantee that the return address will be greater than a certain value? Because... in this project i find it -very- useful to use 0-1k as a enum. But ...
5
votes
2answers
461 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?
5
votes
3answers
3k views

Why isnt RAM as fast as registers/cache memory? [closed]

Please excuse if the question is very basic. Why do we need to cache in Cache Memory? Why cant RAM Memory be made as fast as register or Cache Memory or Cache be as large as RAM Memory (4GB) so that ...
5
votes
3answers
2k views

How can I create a RAM disk programmatically?

I am not looking for a code that invokes a command line utility, which does the trick. I am actually interested to know the API used to create a RAM disk. Thanks. EDIT Motivation: I have a third ...
5
votes
2answers
127 views

Python dictionary eating up ram

I'm pretty new to programming and made a program to fetch inventory data from Team Fortress 2 players and put the inventory items into a dictionary with the steamid as the key and the list of items as ...
5
votes
2answers
2k views

Reducing Redmine's memory usage - Low Hanging Fruit

I am running a Redmine instance with Passenger and Nginx. With only a handful of issues in the database, Redmine consumes over 80mb of RAM. Can anyone share tips for reducing Redmine's memory usage. ...
5
votes
1answer
4k views

Set Python memory limit [duplicate]

I was wondering how I would set a limit of 512mb memory (ram) for my Python script? Any Ideas? Thanks in advance, James
5
votes
1answer
1k views

Get total available system memory with PHP on Windows

Using PHP, I'd like to get the total memory available to the system (not just the free or used memory). On Linux it's quite straight forward. You can do: $memory = fopen('/proc/meminfo'); and then ...
5
votes
5answers
6k views

Detect CPU Speed/Memory/Internet Speed using Java?

Is it possible within Java to identify the total CPU speed available as well as the total system memory? Network connection speed to the web would also be awesome.
4
votes
3answers
543 views

Looking for a Perl module to store a Hash structure in shared RAM

I'd like to store a data structure persistently in RAM and have it accessible from pre-forked web server processes in Perl. Ideally I would like it to behave like memcached but without the need for ...
4
votes
5answers
2k views

Java/Tomcat heap size question

I am not a Java dev, but an app landed on my desk. It's a web-service server-side app that runs in a Tomcat container. The users hit it up from a client application. The users constantly complain ...
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
2answers
820 views

TStringList and TThread that does not free all of its memory

Version used: Delphi 7. I'm working on a program that does a simple for loop on a Virtual ListView. The data is stored in the following record: type TList=record Item:Integer; SubItem1:String; ...
4
votes
3answers
99 views

dynamic memory allocation in python

I created a big multidimensional array M with np.zeros((1000,1000)). After certain number of operations, I don't need it anymore. How can I free a RAM dynamically during program's execution? Does M=0 ...

1 2 3 4 5 10