"managing kernel resources" and platform-specific notes

Started by Alvaro Herreraover 17 years ago3 messagesdocs
Jump to latest
#1Alvaro Herrera
alvherre@2ndquadrant.com

Hi,

We've got some platform-specific notes in the "managing kernel
resources" (17.4.1 on 8.4devel) page. Since we recently got
platform-specific sections in the installation instructions (15.8), it
seems a good idea to move these notes to the new sections.

Opinions?

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Alvaro Herrera (#1)
Re: "managing kernel resources" and platform-specific notes

Alvaro Herrera <alvherre@commandprompt.com> writes:

We've got some platform-specific notes in the "managing kernel
resources" (17.4.1 on 8.4devel) page. Since we recently got
platform-specific sections in the installation instructions (15.8), it
seems a good idea to move these notes to the new sections.

Opinions?

Hmm, I'm not convinced. 95% of what was put into 15.8 is really
platform-specific *build* instructions. Merging configuration
information into that doesn't seem appropriate.

In general I think chapter 15 is about getting a correct set of
binaries, while chapter 17 deals with system configuration issues.
These should be kept separate, because in the common case of using
a prepackaged build, chapter 15 is of no interest but 17 still is.

It's quite likely that some of the stuff extracted from the old platform
FAQs really belongs in 17.

regards, tom lane

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Alvaro Herrera (#1)
Re: "managing kernel resources" and platform-specific notes

Alvaro Herrera wrote:

We've got some platform-specific notes in the "managing kernel
resources" (17.4.1 on 8.4devel) page. Since we recently got
platform-specific sections in the installation instructions (15.8), it
seems a good idea to move these notes to the new sections.

It was my intent to make 15.8 platform-specific *installation* notes.
Platform-specific run time and configuration notes should be kept close
to where those issues are discussed, IMO.