Re: Shared Memory allocation in jail

2012-01-05 Thread Alejandro Imass
On Thu, Jan 5, 2012 at 8:56 AM, bsd wrote: > Hi, > > I am trying to run both postgres and zabbix in the same jail and I am only > able to start postgres or zabbix not both of them. > Yeah bro, it bit me in the ass as well ;-) the SysV IPC is common for the whole system. So anything that uses IP

Re: Shared Memory allocation in jail

2012-01-05 Thread bsd
Le 5 janv. 2012 à 14:56, bsd a écrit : > Hi, > > I am trying to run both postgres and zabbix in the same jail and I am only > able to start postgres or zabbix not both of them. > > I have tuned my sysctl on master host as follow : > > kern.ipc.shmmax=268435456 > kern.ipc.shmall=409600 > ker

Re: Shared Memory?

2006-06-03 Thread Micah
B. Cook wrote: Hello All, I'm not a programmer and nor do I play one in real life.. :) I've recently setup a DansGuardian box for someone and I had some interesting things happen. When the box would get under load (500+ simultaneout connections) it would load up the cpu: last pid: 69931;

Re: shared memory settings in 5.3

2004-12-13 Thread John
Thank you for the quick reply. That was very helpful. I thought I'd post what I found out for the next poor knob setting up sybase; The default setting of SHMMAXPGS appears to be 8192. Default page size is 4K, which gives you the 33554432 kern.ipc.shmmax value from sysctl. This means (if m

Re: shared memory settings in 5.3

2004-12-12 Thread Kris Kennaway
On Sun, Dec 12, 2004 at 01:52:20PM -0800, John wrote: > Hello, > I am setting up sybase 11 to run on 5.3 release and > want to increase the available shared memory for > sybase to use but am unsure how to do this. I have > seen references to setting SHMMAXPGS, but am not quite > sure how to set

Re: shared memory

2004-10-28 Thread Mike Hauber
On Thursday 28 October 2004 12:39 pm, Chuck Swiger proclaimed: > Mike Hauber wrote: > > I have acquired a mo/bo with a built-in video adapter. > > Being that I have 768 megs of ram, I _know_ I have > > plenty of memory to allot to video. BIOS doesn't pass > > this on to FreeBSD. > > [ ... ] > > >

Re: shared memory

2004-10-28 Thread Chuck Swiger
Mike Hauber wrote: I have acquired a mo/bo with a built-in video adapter. Being that I have 768 megs of ram, I _know_ I have plenty of memory to allot to video. BIOS doesn't pass this on to FreeBSD. [ ... ] I'm bringing up VESA from the kernal and it's giving it 16 megs of ram. Where can I r

Re: shared memory release...

2004-03-30 Thread Chuck Swiger
Tim Traver wrote: Ok, I am running a 4.7 FreeBSD box that is a web server running apache. It looks like some module that I have is leaking memory, and eventually, apache crashes on restarts becuase of this error : shmget() failed: No space left on device which means it can't get any more memor