| From: | David Fetter <david(at)fetter(dot)org> |
|---|---|
| To: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
| Cc: | Stefan Hans <shans(at)tanagra(dot)de> |
| Subject: | Re: [BUGS] typos in the docu |
| Date: | 2005-03-02 18:29:01 |
| Message-ID: | 20050302182900.GA31531@fetter.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-patches |
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(at)fetter(dot)org http://fetter.org/
phone: +1 510 893 6100 mobile: +1 415 235 3778
Remember to vote!
| Attachment | Content-Type | Size |
|---|---|---|
| sysctl.diff | text/plain | 2.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-03-02 19:02:17 | Re: Errors using Postgres 7.4.6 |
| Previous Message | Stefan Hans | 2005-03-02 17:35:01 | typos in the docu |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-03-02 19:18:40 | Re: snprintf improvements |
| Previous Message | Tom Lane | 2005-03-02 18:21:47 | Re: [pgsql-hackers-win32] snprintf causes regression tests to fail |