* Alfred Perlstein <bright(at)wintelcom(dot)net> [000920 06:19] wrote:
> There's two tracebacks of crashed 7.0.2 backends at the end of this
> email.
Sorry, a couple more things I should have included:
I'm running with a ~256 shared memory segment:
DAEMON=/usr/local/pgsql/bin/postmaster
DATA=/vol/amrd0/database/data
LOGFILE=/vol/amrd0/database/data/postgres.log
$DAEMON -N 32 -i -B 32768 -D$DATA -S -o "-F -S 65534" > $LOGFILE
-rw------- 1 pgsql pgsql 1179570176 Sep 20 05:35 postgres.54738.core
vacuuming process, why is it so huge?
-rw------- 1 pgsql pgsql 280502272 Sep 20 05:48 postgres.54896.core
COPY OUT process.
-Alfred