Re: kbcached and memory tuning advice (RedHat 9, 2.4.20-31.9)

From: Tommy Reynolds (TommyReynolds_at_yahoo.com)
Date: 05/10/04


Date: Mon, 10 May 2004 09:58:04 -0500

On Mon, 10 May 2004 02:19:16 -0700, rudaz wrote:

> Is it possible to tune the frequency at which kernel cached data is
> released/flushed?
>
> Any guidance would be hugely appreciated.

Look in the linux/Documentation directory of the "kernel-source" RPM
for the file "/usr/src/linux-2.4/Documentation/sysctl/vm.txt". There
is a file, "/proc/sys/vm/bdflush", that lets you control when the
block cache gets flushed, how much is flushed at once, and so on.

Also Google for "/proc/sys/vm/bdflush".

Cheers!