Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: max_fsm_relations


  • From: Greg Smith <gsmith(at)gregsmith(dot)com>
  • To: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
  • Cc: Bill Moran <wmoran(at)potentialtech(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
  • Subject: Re: max_fsm_relations
  • Date: Fri, 27 Feb 2009 16:19:20 -0500 (EST)
  • Message-id: <Pine.GSO.4.64.0902271612060.2664@westnet.com> <text/plain>

On Fri, 27 Feb 2009, Gauthier, Dave wrote:

Is there a way I can spin that in without rebooting the DB (and kicking my user off)?

Nope:

# select name,context from pg_settings where name='max_fsm_pages';
     name      |  context
---------------+------------
 max_fsm_pages | postmaster

That's the definitive way to answer questions like this. See "When they take effect" at http://www.postgresqldocs.org/wiki/Tuning_Your_PostgreSQL_Server for a quick description of what the context stuff means. "postmaster" means you need to restart the server, in this case (like many of the other parameters in that class) because the parameter changes a shared memory allocation, which is only done at startup.

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group