> If it went already away by using mysql locker, you > could try to increase the > number of semaphores Apache::Session uses by setting > NSems=64 or even higher > in EMBPERL_SESSION_ARGS.
It seems the maximum nsems is 16 on my system. This caused me to look for where these limits are made: sysctl -a | grep ipc kern.ipc.maxsockbuf: 262144 kern.ipc.sockbuf_waste_factor: 8 kern.ipc.somaxconn: 4096 kern.ipc.max_linkhdr: 16 kern.ipc.max_protohdr: 40 kern.ipc.max_hdr: 56 kern.ipc.max_datalen: 156 kern.ipc.nmbclusters: 65536 kern.ipc.semmap: 30 kern.ipc.semmni: 10 kern.ipc.semmns: 60 kern.ipc.semmnu: 30 kern.ipc.semmsl: 60 kern.ipc.semopm: 100 kern.ipc.semume: 10 kern.ipc.semusz: 92 kern.ipc.semvmx: 32767 kern.ipc.semaem: 16384 kern.ipc.shmmax: 33554432 kern.ipc.shmmin: 1 kern.ipc.shmmni: 192 kern.ipc.shmseg: 128 kern.ipc.shmall: 8192 kern.ipc.shm_use_phys: 0 kern.ipc.mbuf_wait: 32 kern.ipc.mbtypes: 829 66 1 0 0 0 0 0 0 0 0 0 0 0 0 0 kern.ipc.nmbufs: 262144 kern.ipc.maxsockets: 16424 ripcb: 192, 16424, 0, 42, 6 jail.sysvipc_allowed: 0 Th obvious setting to choose is kern.ipc.max_linkhdr: 16 since it says 16, after all. But I'm also wondering about the relationship with jail, or that last setting. I'm looking into this independently, but I was wondering if you knew anything about this off the top of your head. -Jarrod __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
