Memory

RenDprogrammeur

New member
Joined
Sep 21, 2005
Messages
53
Location
Netherlands
Hello,

I have ordered more memory in my system my hoster says that he did that but the total memory by system info stays on 509mb.

How can i change this setting or check that he is not fooling with me ?

It should be around 1,5gig

Total Memory 509280 kB
Free Memory 56736 kB
 
Run this command from SSH:

Code:
top

It should display the actual physical memory.
 
If "av" stands for available and "used" stands for used, then to find the total amount of ram on your system you would add the two together ;)
 
What OS are you running?
When I run top on Debian I get total, used, free, buffers.

dmesg will probably have it to, but usually it will be pretty close to what top is reporting.
 
Last edited:
if FreeBSD then /var/run/dmesg.boot will report actual ram size on your server but I already thing you are correct and you have been duped by your provider.
 
Back
Top