Re: Re: Load a database into memory
Mitch Vincent <mitch@venux.net>
From: "Mitch Vincent" <mitch@venux.net>
To: "Poul Laust Christiansen" <poulc@cs.auc.dk>, Guillaume Lémery <glemery@comclick.com>
Cc: "Steve Wolfe" <steve@iboats.com>, "pgsql-general" <pgsql-general@postgresql.org>
Date: 2001-01-25T18:45:54Z
Lists: pgsql-general
> My /etc/rc.d/init.d/postgresql script has this line: > su -l postgres -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster -o > '-B 4096 -i' start >/dev/null 2>&1" Isn't that BLCKSZx4096 ? I'm almost sure it is.. Some people (me) have BLCKSZ set to 32k so .... Just an FYI. -Mitch