Tagged Questions

13
votes
19answers
1k views

Will multi threading provide any performance boost?

Hello everyone, 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 …
8
votes
4answers
324 views

what does a byte in memory (RAM) look like? [closed]

i know a byte is made up of 8 binary bits. and i know what a computer RAM module looks like. but all you see is a black microchip. i can imagine what a byte would look like in my …
6
votes
7answers
351 views

Is it a solution to upgrade RAM memory from 2GB to 4GB ?

Hi All, My PC has 2GB RAM memory. When I form a 3D mesh object having an array of 70.000 items in C# 2008 Express Edition, I get the error message "Stack Overflow exception handle …
6
votes
8answers
365 views

I have some RAM to burn - any suggestions?

I needed to run memcached locally for dev on my Mac G5 so I have 8 Gigs now. I also use a RAM disk for running scripts on large files. Have you used extra ram for any interesting …
5
votes
5answers
573 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 a out of memory exception. Unfortunately, debugging the co …
4
votes
6answers
2k views

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

Hello, is it possible, in C++, to get the current RAM and CPU usage? Is there a platform-indepentent function call? Thank you.
4
votes
6answers
666 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 …
4
votes
5answers
3k 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 fe …
2
votes
5answers
59 views

What should I load into memory when my app loads?

I have objects I am saving to the file system using serialization. When I load the app, should I load all the objects into memory or just stubs (for searching capabilities)? If I …
2
votes
4answers
357 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.
2
votes
7answers
300 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 …
2
votes
0answers
80 views

Memory Exception [closed]

First, I am not a programmer, but an administrator at an elementary school district in CA. I just installed a new lab equipped with nComputing access terminals (no computer, but t …
2
votes
13answers
5k 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?
1
vote
0answers
64 views

Advice on Linux Memory Usage [closed]

Hi! I'm not a linux expert so i'm asking you for opinion. This is output of free -m command on my computer: total used free shared buffers cached …
1
vote
3answers
85 views

Can a System.AccessViolationException happen because of faulty RAM?

I have a website that i've been working on for about a year now. Recently, it's started throwing System.AccessViolationException every now and then, in my dev machine, mostly, when …

1 2 3 next
15 30 50 per page