I'm Using Direct Admin but...

orionboji

Verified User
Joined
Jun 26, 2008
Messages
15
Hello,

the memory usage go to the star with direct admin, I have 1 gb of ram into server and free every time only 100mb, for u what can be the problem? How I can see what process make this problems?

Michael
 
Hello,

the memory usage go to the star with direct admin, I have 1 gb of ram into server and free every time only 100mb, for u what can be the problem? How I can see what process make this problems?

Michael
You're really better off using SSH and running top to see what's going on.
 
chatwizrd, jokes like that aren't really funny; a lot of people may misunderstand; I hope you'll consider that again.

Now, orionboji, here's the slightly longer answer:

The kernel maintains the cache for you, so if you call for something that was used previously it can look it up in the cache and save time. But the moment the memory is needed by any process, the kernel's memory manager will release it.

So, yes, chatwizrd is right, the only way to empty it is to restart your system.

But you don't have to. The kernel authors have taken care of it for you.

Jeff
 
I wasnt joking im serious.

There are no programs on unix that I know of to clear cache.
 
As I pointed out in my response, and you didn't.

Telling people to restart their server is both dangerous and irresponsible.

Jeff
 
@chatwizrd:

Yes man, that wasn't wise thing to do..

For orionboji, as linux always eat physical memory and fead it for swap. That is not bad thing, it is just linux way to do things.

So there is no need to "clear" swap..

This is just one thing you need to understand when you're handling unix based servers and/or such.
 
Back
Top