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
1answer
21 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
2answers
47 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
34 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 ...
2
votes
1answer
37 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
31 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
0answers
3 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. ...
2
votes
3answers
37 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 ...
0
votes
1answer
37 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
47 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
0
votes
1answer
36 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 ...
9
votes
7answers
301 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 ...
-3
votes
0answers
25 views
JVM not release the RAM memory [closed]
I need help with the next situation. I have settings in my JVM with the following parameters:
-XX:+CMSIncrementalMode -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512m ...
0
votes
1answer
39 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?
0
votes
1answer
17 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 = ...
-2
votes
2answers
35 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
35 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, ...
1
vote
5answers
139 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:
...
-2
votes
0answers
35 views
BSOD crash? dump file included
Thank you for reading this first, here are couple things you might want know before you can help me with.
Computer Specifications
OS: win7 sp1
MB: Asus P5k se
CPU: intel Q6600 w/ ...
0
votes
1answer
115 views
Why does Coldfusion 10 occupy 50% of available RAM instantly, without anything running? [closed]
We are running ColdFusion 10 in a Windows 2008 R2 Standard environment.
We notice that immediately upon launching ColdFusion services, it eats 4 - 5 gigs of available RAM (we have 8 gigs available).
...
0
votes
0answers
62 views
C#, Firebird, load .fdb file into RAM?
If i have c# application and using it with embedded firebird, can I load this .FDB file, database file not on disk, but only into memory, into RAM?
I need it to be encrypted, decrypt it but not save ...
0
votes
0answers
18 views
assist understanding disadvantages of parity bit
I have trouble solving the following question:
"Some claim the RAM memory don't need a parity bit because of its very high reliability while other claim that parity bit is a MUST. A suggestions that ...
2
votes
1answer
78 views
iOS iPad has 1GB RAM why is my app killed after using 30MB
Is it is possible to write an app that uses 200MB, say? My iPad has 1GB, but I get
didReceiveMemoryWarning
after using 20 or 30MB and shortly after my app is killed. (I am the foreground app so I ...
0
votes
0answers
30 views
JScrollPane for Java 2d top-down game
Would it be bad for me to run a Java 2d top-down game with a JScrollPane? Reading through the Java Docs, it is possible. Resetting the JScrollBar position after moving the player... I just want to ...
-4
votes
1answer
26 views
Largest possible number that a specific compiler can handle [closed]
In different programming languages, is there a limit to which each each language can handle the largest possible number? Or is it determined by the CPU and RAM capacity?
0
votes
2answers
54 views
How to find the size of video RAM in any android device?
How do I get to know the size of video RAM in any android device so that I can load textures based on the size? The maximum size of texture is 4096 X 4096. What relation does it have to the size in ...
4
votes
3answers
97 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 ...
0
votes
1answer
30 views
changing Vmargs in eclipse
I have a rediculous problem in eclipse memory allocation.
I have acode , when I run it without changing the Vmargs it starts from 250mg and ends in 904mg,without any error and when I change the Vmargs ...
1
vote
1answer
24 views
Create warning if program starts to use swap
I'm using python on a somewhat low memory linux system (AWS EC2-micro) with 613 MB. By default there was no swap so programs would just crash if they hit the memory limit. I've enabled swap, but ...
0
votes
4answers
38 views
Different sizes for same structure with different ordering in types
//I made these 2 structs
struct Book1
{
int genre;
int year;
char* author;
};
struct Book2
{
int genre;
char* author;
int year;
};
//in my main function ...
8
votes
5answers
272 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 ...
-5
votes
0answers
43 views
How to read hash table to RAM and read hash table from RAM using C# [closed]
I hope to find ways to access memory from RAM. Because it's impossible for you to construct multiple hashtable that contains 10000 rows at the same time :(
To be details, my task is that:
Step 1: In ...
-1
votes
0answers
20 views
Cost of Server (Hardware) [closed]
I have recently been lucky enough to be given two old servers that were no longer needed by an organisation I know. I often need to run simulations for my research but the university I study at ...
1
vote
2answers
56 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 ...
1
vote
2answers
70 views
c# Many Unmanaged Memory in WinForm Application
I've a c# winform application. Now after startup when the mainscreen is shown, I've a huge amount of unmanaged memory about 110MB, the whole managed ram is about 20 MB.
Here some things that could be ...
0
votes
3answers
75 views
delphi7, how to check picture of a Timage existence
The title is bad so i will explain:
Hi, i created 4 images, in which the character (game character, a car) looks at different directions, every time you press the arrow keys (up looks at up, down ...
0
votes
1answer
106 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
53 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
1answer
47 views
how to find out the RAM and GPU information of my visitors?
I want to know how much RAM my visitors have and all the information available about their GPU. Is there any way to achieve this via JavaScript or maybe ActionScript (Flash)?
0
votes
1answer
27 views
extracting flv video from RAM dump
I want to extract some flv video from a RAM dump. Is there an easy way to do that using some good tool you know about?
I google'd but I found nothing!
I have an idea to do that but it seems difficult ...
0
votes
4answers
79 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
0answers
49 views
U-Boot DDR RAM issue [closed]
I have a 256 MB DDR RAM, and use U-Boot 1.3.2 for MIPS.
I found that when data is written to address A, then the address of A+0x08000000 will have the same data, like mirror.
Here is my test:
The ...
0
votes
0answers
29 views
I am trying to swap RAM pages to a simulated flash device and I am encountering problems in that.
So here is a detailed description of what I was trying to do.
Initially I tried using nandsim. Nandsim is a debugging and development tool which simulates NAND flash in RAM or a file. NANDsim can ...
0
votes
0answers
45 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
59 views
Android: showing Heap size, not allocated in memory usage
I have a question about memory usage in Android.
Starting a Service that is doing basically nothing (empty oncreate onbind and ondestroy methods) results in 7 MB memory according to
...
0
votes
0answers
6 views
How can I write to the Clipboard on my Macbook
I want to create a simple application that writes to the clipboard of my Mac.
I want to use this to manage a few passwords and usernames I have created for random forumn accounts
I know that ...
-1
votes
2answers
79 views
What is a good technology for storing big data in-memory for analytics? [closed]
If I have a non-distributed environment with an abundance of RAM, what would be a good strategy for storing large amounts of data (i.e. 100s of millions of records potentially) and being able to ...
0
votes
4answers
78 views
Will new automatically use swap if memory is limited?
If I try to allocate memory:
int ramSize = magicLibrary.getRamSize();
assert(ramSize*2 <= pow(2,64-8));//Don't overflow the 64 bit limit (32 on some systems).
int * mainData new ...
-3
votes
1answer
159 views
get total memory (ram) pc in c# [closed]
hi edit this code but get error " Cannt apply indexing with [] to an expression of type "view_process.managmentobject" for line 8
and what is formul for get 30% my memory?
private static void ...
-2
votes
1answer
35 views
Facebook Desktop Messenger Killing my machine [closed]
With MSN ending ni a few days, and hating Skype, I went to try the new FB Desktop Messenger and liked it very much, no longer needed two places to talk to friends, however, I cannot use it because it ...
0
votes
2answers
102 views
Size of a Word and addressing
I was refreshing myself on memory information and I am confused on the size of a Word. From my understanding, a Word is not a universally defined size, but is a size defined by the specific system (in ...



