typos in the docu

Started by Stefan Hansabout 21 years ago3 messagesbugs
Jump to latest
#1Stefan Hans
shans@tanagra.de

http://developer.postgresql.org/docs/postgres/kernel-resources.html

16.5.1

"FreeBSD"

...

$ systcl -w kern.ipc.shmall=32768
$ systcl -w kern.ipc.shmmax=134217728
$ systcl -w kern.ipc.semmap=256

"Linux"
...

$ systcl -w kernel.shmmax=134217728
$ systcl -w kernel.shmall=2097152

systcl is wrong sysctl notStefan

#2David Fetter
david@fetter.org
In reply to: Stefan Hans (#1)
Re: [BUGS] typos in the docu

On Wed, Mar 02, 2005 at 06:35:01PM +0100, Stefan Hans wrote:

http://developer.postgresql.org/docs/postgres/kernel-resources.html

16.5.1

"FreeBSD"

...

$ systcl -w kern.ipc.shmall=32768
$ systcl -w kern.ipc.shmmax=134217728
$ systcl -w kern.ipc.semmap=256

"Linux"
...

$ systcl -w kernel.shmmax=134217728
$ systcl -w kernel.shmall=2097152

systcl is wrong sysctl notStefan

Patch attached. Thanks, Stefan :)

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778

Remember to vote!

Attachments:

sysctl.difftext/plain; charset=us-asciiDownload+10-10
#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Stefan Hans (#1)
Re: typos in the docu

"Stefan Hans" <shans@tanagra.de> writes:

systcl is wrong sysctl notStefan

Fixed, thanks.

regards, tom lane