Re: FreeBSD config

From: Shridhar Daithankar <shridhar(at)frodo(dot)hserus(dot)net>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
Cc: Dror Matalon <dror(at)zapatec(dot)com>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: FreeBSD config
Date: 2004-02-28 08:38:41
Message-ID: 200402281408.41412.shridhar@frodo.hserus.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Friday 27 February 2004 21:03, scott.marlowe wrote:
> Linux doesn't work with a pre-assigned size for kernel cache.
> It just grabs whatever's free, minus a few megs for easily launching new
> programs or allocating more memory for programs, and uses that for the
> cache. then, when a request comes in for more memory than is free, it
> dumps some of the least used buffers and gives them back.
>
> It would seem to work very well underneath a mixed load server like an
> LAPP box.

I was just pointing out that freeBSD is different than linux nd for one thing
it is good because if there is a bug in freeSD VM, it won't run rampant
because you can explicitly limit kernel cache and other parameter.

OTOH, freeBSD VM anyways works. And running unlimited kernel cache allowed
linux to iron out some of corner cases bugs.

Not a concern anymore I believe but having choice is always great..

Shridhar

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Rob Fielding 2004-02-28 18:40:12 WAL Optimisation - configuration and usage
Previous Message Richard Huxton 2004-02-27 19:47:13 Re: Select-Insert-Query