On Thu, 10 Feb 2005 09:54:23 -0200, Luís Vitório Cargnini wrote
> thanks, but the problem is that it's using and even when i kill process
> the memory usage remains ontouched and swap never been free.

You're comparing the memory management with Windows. BSD and Linux do it
completely different. As long as you still have free space in your RAM, it's
not going to remove the program from your RAM. Unlike Windows, which kicks it
out at the moment the program is being closed. 

If you run top, you have an memory overview. The active part is the RAM it's
really using. The other ones are not really being used but are just stored in
case you restart them again. It's kind of the same idea as the cache with an 
CPU.

Why not use all the memory the system has? It's by far a better system then
Windows does if you ask me.

Jorn

> 
> On Fri, 2005-02-04 at 07:06 -0500, Lowell Gilbert wrote:
> > Luís Vitório Cargnini <[EMAIL PROTECTED]> writes:
> >
> 
> > Solve what?  Nothing you've mentioned is a problem.  
> > 
> > See the FAQ entry "Why does top show very little free memory even when
> > I have very few programs running?": 
> > http://www.br.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#TOP-FREEMEM
> > 
> > 
> -- 
> Thanks & Regards
> Luís Vitório Cargnini
> Bsc. Computer Science

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to