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 for
  Advanced Search

Re: max_fsm_pages, shared_buffers and checkpoint_segments




When I bring shared_buffers or max_fsm_pages back down, the daemon starts and all is
normal.

Linux has a system setting for the maximum number of shared memory that a process can allocate. When Postgres wants more, Linux says "No."
	Look in the docs for the setting (sysctl whatsisname).
	VACUUM VERBOSE will tell you if you need to put more max_fsm_pages or not.
	



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group