Re: postgresql meltdown on PlanetMath.org
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Logan Bowers <logan@datacurrent.com>
Cc: Neil Conway <neilc@samurai.com>, sean@chittenden.org, pgsql-performance@postgresql.org
Date: 2003-03-18T02:51:49Z
Lists: pgsql-performance
Logan Bowers <logan@datacurrent.com> writes: > I've attached a VACUUM VERBOSE and my conf file (which is pretty vanilla, > I haven't tweaked it since updating). You definitely need to increase the fsm shared memory parameters. The default max_fsm_relations is just plain too small (try 1000) and the default_max_fsm_pages is really only enough for perhaps a 100Mb database. I'd try bumping it to 100,000. Note you need a postmaster restart to make these changes take effect. regards, tom lane