I'm operating a little storage server on debian, over the past months I've noticed the process udisks-daemon eating up almost all available memory.
Is this just really aggressive caching or a memory leak?
uname -a
Linux Proto 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 x86_64 GNU/Linux
free -m
total used free shared buffers cached
Mem: 7999
we have a server with 8GB, running mysql, 4 java applications and a small postgres db.
I am running centos 5.8 with cpanel.
Lately I am getting reports that my swap is full , but there is a lot of free memory to use.
top - 10:33:43 up 133 days, 17:00, 1 user, load average: 0.05, 0.03, 0.05
Tasks: 170 total, 1 running, 169 sleeping, 0 stopped, 0 zombie
Cpu(s): 2.1%us, 0.5%sy, 0.0%ni, 97.2%id, 0.0%wa, 0.0%hi, 0.2%si, 0.0%st
Mem: 24726100k total, 8255368k used,
I have been getting requests from application teams that the server is running slow. I have checked the memory utilization, processes running and cpu utilization. Please find below:
#free -m
total used free shared buffers cached
Mem: 3006 2994 11 0 6 171
can anyone tell me where the memory is gone:
(no, this time neither buffers nor cache)
# free
total used free shared buffers cached
Mem: 3928200 3868560 59640 0 2888 92924
-/+ buffers/cache: 3772748 155452
Swap: 4192956 226352 3966604
top, sorted by memory, descending:
top - 13:42:06 up 1 day, 3:47, 2 u
I have VPS server with 1.25GB ram and 0.51GB cache trying to up an e-commerce website with 200k items, db now is about 2gb anything is now works terrible slow now because of lack memory mysql queries takes about 30 seconds to complete on the peak memory usage.
My Redhat server shows the following:
free -m
=============
total used free shared buffers cached
Mem: 8113 8078 35 0 171 6491
-/+ buffers/cache: 1415 6698
Swap: 8189 59 8130
Is 35 mega of free memory considered critical on a production server ?
Can you help me understand what is taking memory on my linux box?
When I run free command I see the following picture (14GB are used, 10GB are free):
total used free shared buffers cached
Mem: 24724636 14428580 10296056 0 699100 7763272
-/+ buffers/cache: 5966208 18758428
Swap: 26836984 20776 26816208
But when I run t
I have an issue where when I try to build a really large project, my machine starts swapping (several GB) even though there's plenty of memory (14 GB in fact).