Nicola Tiling <nt(at)w4w.net> wrote:
> Ich möchte herne den shmmax Wert für pgsql hochsetzen.
Ich habe folgendes in meiner Kernel-config, und bisher hat
PostgreSQL damit keine Probleme gemacht:
options SHMMAXPGS=65536 # shmem pages (def. 8192)
options SEMMAP=1024 # entries in semaphore map (def. 30)
options SEMMNI=64 # semaphore identifiers (def. 10)
options SEMMNS=1024 # semaphores in system (def. 60)
options SEMUME=64 # undo entries / proc. (def. 10)
options SEMMNU=128 # undo structs in system (def. 30)
Gruß
Olli
PS: Dein Mailer setzt uncodierte Umlaute ins Subject.
Du solltest evtl. mal gucken, ob's eine aktuellere Version
gibt, die diesen Bug nicht mehr hat.
-- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Being really good at C++ is like being really good at using rocks to sharpen sticks." -- Thant Tessman To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Mon 24 Jul 2006 - 10:17:52 CEST