0
votes
2answers
225 views

How can i free up memory / manage memory on a linux box?

I am running two Ubuntu 12.04 servers (no GUI / desktop) using canonical's cloud images on Amazon EC2. One is a micro with 613MB of RAM and one is a medium with 3.75GB of RAM. I only have opscode's ...
1
vote
2answers
66 views

Where is the frame.h located in modern Linux implementations? (ubuntu specifically)

A book I am reading refers to an include file that shows how a stack frame looks on one's UNIX system. In particular: /usr/include/sys/frame.h I am having trouble finding the modern equivalent. ...
2
votes
2answers
424 views

RAM usage doesn't add up? (Free+used < total)

Lately I've been noticing that my monitoring script which reads from /proc/meminfo and /proc/<pid> has been showing odd readings, where several hundred MB seem to be missing. htop is showing the ...
3
votes
1answer
244 views

Impossible pmap results

Nautilus is taking up 450 MiB according to System Monitor (Ubuntu 10.04). $pmap <PID of Nautilus> ... total 1578276K Is pmap reporting 1.5 GiB of memory here? I'm trying to find out ...
4
votes
2answers
1k views

How to check for hardware errors with software methods?

How can I check for bad blocks, bad memory, etc. using only software solutions? I'm using Ubuntu 11.04.
8
votes
2answers
599 views

Kernel Panic because of RAM stick?

one of my RAM sticks causes a Kernel Panic on my Ubuntu 10.10 (something like "not syncing" with a lot of memory adresses shown on screen). It's definitely this one RAM stick and not its socket ...
5
votes
5answers
2k views

How do you free up resources in Ubuntu?

What steps do you take to make a vanilla Ubuntu system run faster and use less memory? I'm using Ubuntu as the OS for my general purpose PC, but it's on slightly older hardware and I want to get as ...