Milan

Registered
Jul 13, 2009
3
0
51
I have VPS 1 GB ram memory. But WHM show only 512 MB.

I had 512 MB but i ugrade to 1 GB.

How to WHM see all 1 GB?
 

Voltar

Well-Known Member
Apr 30, 2007
267
0
168
Bakersfield, California
Log in via ssh and run "free". It should give you an output similar to this:

Code:
[email protected] [~]# free
             total       used       free     shared    buffers     cached
Mem:       8187876    2270900    5916976          0     423864    1053936
-/+ buffers/cache:     793100    7394776
Swap:      4192956          0    4192956
As you can see it shows 8187876 KB or ~7.8 GB on the above machine. If you have 1GB you should see something along the lines of 1048576 give or take a little.

If you see something closer to 524288, then you need to talk to your VPS provider as the OS is only seeing 512 MB of RAM.
 

logicsupport

Well-Known Member
Jun 5, 2007
138
0
166
Hi,

You should confirm the physical ram of your server first using the following command

cat /proc/meminfo | grep MemTotal

Please paste the result