On 05/17/2012 07:06 PM, neekz0r wrote:
> I have to restart my xsession every 5-6 days to release the ram. It's
> really annoying.
what were the problem symptoms which caused you to want to "release the
ram"? that is, did you get an error message that some program wasn't
getting all the ram it wanted? or what?
because, to the linux kernel: idle/unused RAM is wasted ram...
that is to say that normally the kernel does a very good job of using
and sharing RAM among all the running programs _when_ they need it
without "releasing it" into nothingness (like some operating systems do)..
mine is currently:
Code:
dd@linux:~> free -m
total used free shared buffers cached
Mem: 982 951 30 0 18 465
-/+ buffers/cache: 466 515
Swap: 2047 103 1944
which is perfectly normal, needing no user intervention whatsoever..
--
dd
Bookmarks