Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 206820
Collapse All | Expand All

(-)postgresql.conf-8.2.orig (-5 / +1 lines)
Lines 8-18 Link Here
8
PGGROUP="postgres"
8
PGGROUP="postgres"
9
9
10
# Extra options to run postmaster with
10
# Extra options to run postmaster with
11
# -N is the maximal number of client connections
11
PGOPTS=""
12
# -B is the number of shared buffers and has to be at least 2x the value for -N
13
# Please read the man-page to postmaster for more options. Many of these options
14
# can be set directly in the configuration-file.
15
PGOPTS="-N 40 -B 80"
16
12
17
13
18
# SERVER SHUTDOWN:
14
# SERVER SHUTDOWN:

Return to bug 206820