| Author |
Message |
ilantechnic
Joined: 07 Mar 2010
Posts: 2
Location: Turkey
|
| Posted: Tue Mar 09, 2010 10:29 am Post subject: High Memory Usage Issue |
|
|
Hi, I am a little bit confused about my memory usage. I don't know if it is about xen virtualization and it can be a silly question to ask but when I type the top at linux shell, it says I am using 340 mb memory and I have 360 mb total memory by the way. And I just host only one web site now which its traffic is zero right now.
I am attaching my screenshot of top:
To make things short, is there anything wrong with this or is it normal?
Thanks very much. |
|
| Back to top |
|
mnordhoff
Joined: 03 May 2008
Posts: 412
|
| Posted: Tue Mar 09, 2010 10:33 am Post subject: |
|
|
| http://www.linuxatemyram.com/ :) |
|
| Back to top |
|
ilantechnic
Joined: 07 Mar 2010
Posts: 2
Location: Turkey
|
| Posted: Tue Mar 09, 2010 10:38 am Post subject: |
|
|
mnordhoff wrote: http://www.linuxatemyram.com/ :)
Thanks for the quick replay. Now I understand the logic behind it. |
|
| Back to top |
|
obs
Joined: 07 Mar 2010
Posts: 1296
Location: Earth
|
| Posted: Tue Mar 09, 2010 4:50 pm Post subject: |
|
|
type
free -m
in your shell it'll show something like this
total used free shared buffers cached
Mem: 348 339 8 0 29 215
-/+ buffers/cache: 94 253
Swap: 255 8 247
Tends to be easier than top. (In my case I'm using 94MB). |
|
| Back to top |
|
Guspaz
Joined: 26 May 2009
Posts: 1030
Location: Montreal, QC
|
| Posted: Wed Mar 10, 2010 10:49 am Post subject: |
|
|
obs wrote: type
free -m
in your shell it'll show something like this
total used free shared buffers cached
Mem: 348 339 8 0 29 215
-/+ buffers/cache: 94 253
Swap: 255 8 247
Tends to be easier than top. (In my case I'm using 94MB).
Don't forget swap, technically you're using 102MiB. |
|
| Back to top |
|
obs
Joined: 07 Mar 2010
Posts: 1296
Location: Earth
|
| Posted: Wed Mar 10, 2010 2:48 pm Post subject: |
|
|
Guspaz wrote: Don't forget swap, technically you're using 102MiB.
Lol yes, that's true 8 MB swap and 94MB ram |
|
| Back to top |
|
sweh
Joined: 13 Apr 2004
Posts: 548
|
| Posted: Wed Mar 10, 2010 9:36 pm Post subject: |
|
|
obs wrote: Guspaz wrote: Don't forget swap, technically you're using 102MiB.
Lol yes, that's true 8 MB swap and 94MB ram
Memory hog!!!
Code: % free -m
total used free shared buffers cached
Mem: 348 280 68 0 8 240
-/+ buffers/cache: 30 318
Swap: 256 4 252
I built my linode when it was still a linode64. Now it's a linode360 I have all that extra memory... but no need to change my software :-) |
|
| Back to top |
|
obs
Joined: 07 Mar 2010
Posts: 1296
Location: Earth
|
| Posted: Wed Mar 10, 2010 10:39 pm Post subject: |
|
|
sweh wrote:
I built my linode when it was still a linode64. Now it's a linode360 I have all that extra memory... but no need to change my software :-)
Damn that's an old node, what OS are you running on that? I think my ubuntu 9.10 runs around 30mb with nothing extra installed. |
|
| Back to top |
|
sweh
Joined: 13 Apr 2004
Posts: 548
|
| Posted: Wed Mar 10, 2010 10:54 pm Post subject: |
|
|
obs wrote: sweh wrote:
I built my linode when it was still a linode64. Now it's a linode360 I have all that extra memory... but no need to change my software :-)
Damn that's an old node, what OS are you running on that? I think my ubuntu 9.10 runs around 30mb with nothing extra installed.
CentOS 4, fully patched. |
|
| Back to top |
|
Xan
Joined: 08 Feb 2004
Posts: 562
Location: Austin
|
| Posted: Wed Mar 10, 2010 11:52 pm Post subject: |
|
|
| Ah yes, mine was a 64 too! Good times. It's still rocking and rolling, although now it's a 720. |
|
| Back to top |
|
obs
Joined: 07 Mar 2010
Posts: 1296
Location: Earth
|
| Posted: Thu Mar 11, 2010 7:05 pm Post subject: |
|
|
sweh wrote: obs wrote: sweh wrote:
I built my linode when it was still a linode64. Now it's a linode360 I have all that extra memory... but no need to change my software :-)
Damn that's an old node, what OS are you running on that? I think my ubuntu 9.10 runs around 30mb with nothing extra installed.
CentOS 4, fully patched.
I haven't used CentOS 4 in a few years, maybe if I find I have some spare time on my hands I'll crank up a new node and have a play. :) |
|
| Back to top |
|
| |