Re: [GENERAL] was there a change in FreeBSD SHM implementation from4.4 to 4.6? (postgres trouble)

2002-07-12 Thread Curt Sampson
On Wed, 10 Jul 2002, Vivek Khera wrote: I have a dual cpu box with 2GB RAM dedicated to running Postgres. Last week, I upgraded FreeBSD from 4.4-STABLE to 4.6-RELEASE-p1. When I went to restart postgres, it complained that it could not allocate the shared memory segment. I'm running

Re: [GENERAL] was there a change in FreeBSD SHM implementation from4.4 to 4.6? (postgres trouble)

2002-07-12 Thread Igor Sysoev
On Fri, 12 Jul 2002, Vivek Khera wrote: IS == Igor Sysoev [EMAIL PROTECTED] writes: The kernel config has SHMMAX and SHMMAXPGS. IS Sorry, I'd meant SHMMAXPGS is sysctl kern.ipc.shmall. Actually, SHMMAXPGS * 4096 == kern.ipc.shmmax so if you set SHMMAXPGS to some value, you need