Re: FreeBSD config

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: Dror Matalon <dror(at)zapatec(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: FreeBSD config
Date: 2004-03-01 08:19:31
Message-ID: 4042F213.7040106@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

>I noticed this passage too, but ...
>
>
>>Quoting from http://www.daemonnews.org/200001/freebsd_vm.html :
>>
>><snip>*
>>When To Free a Page*
>>
>>Since the VM system uses all available memory for disk caching, there
>>
>>
> ^^^^^^^^^^^^^
>
>The VM system, as you can see from the article, is focused on paging and
>caching the programs and program data. Is the cache for disk reads and
>writes thrown into the mix as well?
>
>
>
Yes - that is the real question. The following link :

http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/vm-cache.html

and the few "next" pages afterward talk about a unified buffer cache i.e
file buffer cache is part of the KVM system which is part of the VM
system - but this does not seem to preclude those vfs.*buf* variables
limiting the size of the file buffer cache... hmm ... so no real
decrease of confusion at this end.. :-)

Mark

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Andrew Sullivan 2004-03-01 14:34:57 Re: compiling 7.4.1 on Solaris 9
Previous Message Dror Matalon 2004-03-01 07:39:48 Re: FreeBSD config