Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-29 Thread Mel
e load on your server. http://httpd.apache.org/docs/2.2/mod/mod_expires.html#expiresbytype The better solution involves recoding your site to serve images from a different webserver (can be the same machine, simply use a very light jail). This installation only loads mod_expires and mod_h

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-28 Thread Francis Dubé
Chuck Swiger a écrit : On Oct 28, 2008, at 9:49 AM, Francis Dubé wrote: Here's an example of top's output regarding our httpd process : 54326 apache1 960 156M 13108K select 1 0:00 0.15% httpd 54952 apache1 960 156M 12684K select 1 0:00 0.10% httpd 52343 apac

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-28 Thread Chuck Swiger
On Oct 28, 2008, at 9:49 AM, Francis Dubé wrote: Here's an example of top's output regarding our httpd process : 54326 apache1 960 156M 13108K select 1 0:00 0.15% httpd 54952 apache1 960 156M 12684K select 1 0:00 0.10% httpd 52343 apache1 40

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-28 Thread Francis Dubé
Jeremy Chadwick a écrit : On Tue, Oct 28, 2008 at 10:44:49AM -0400, Francis Dubé wrote: Jeremy Chadwick a écrit : On Mon, Oct 27, 2008 at 12:56:30PM -0700, Chuck Swiger wrote: On Oct 27, 2008, at 12:38 PM, FreeBSD wrote: You need to keep your MaxClients setting

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-28 Thread Jeremy Chadwick
On Tue, Oct 28, 2008 at 10:44:49AM -0400, Francis Dubé wrote: > Jeremy Chadwick a écrit : >> On Mon, Oct 27, 2008 at 12:56:30PM -0700, Chuck Swiger wrote: >> >>> On Oct 27, 2008, at 12:38 PM, FreeBSD wrote: >>> > You need to keep your MaxClients setting limited to what your > syste

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-28 Thread Francis Dubé
Jeremy Chadwick a écrit : On Mon, Oct 27, 2008 at 12:56:30PM -0700, Chuck Swiger wrote: On Oct 27, 2008, at 12:38 PM, FreeBSD wrote: You need to keep your MaxClients setting limited to what your system can run under high load; generally the amount of system memory is the governing fact

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Bob Johnson
On 10/27/08, Simon Chang <[EMAIL PROTECTED]> wrote: >> Raising PMAP_SHPGPERPROC works most of the time. You can also re-tune [...] > By the way, does anyone know whether there is any way to tune > PMAP_SHPGPERPROC using sysctl, or does such button/knob not exist? It is tunabl

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Matthew Seaman
Francis Dubé wrote: Hi everyone, I'm running a a webserver on FreeBSD (6.2-RELEASE-p6) and I have this error in my logs : collecting pv entries -- suggest increasing PMAP_SHPGPERPROC I've read that this is mainly caused by Apache spawning too many processes. Everyone seems to

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Bill Moran
In response to "Simon Chang" <[EMAIL PROTECTED]>: > > By the way, does anyone know whether there is any way to tune > PMAP_SHPGPERPROC using sysctl, or does such button/knob not exist? No. I've had this discussion with the developer who originally wrote that cod

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Simon Chang
> Raising PMAP_SHPGPERPROC works most of the time. You can also re-tune > your Apache setting to keep processes from constantly spawning and > dying. For example, set the max spare and min spare servers settings > higher, so Apache keeps more spare servers around instead of spawni

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Bill Moran
In response to FreeBSD <[EMAIL PROTECTED]>: > Simon Chang a écrit : > >> collecting pv entries -- suggest increasing PMAP_SHPGPERPROC > >> > >> I've read that this is mainly caused by Apache spawning too many processes. > >> Everyone seems

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Jeremy Chadwick
On Mon, Oct 27, 2008 at 12:56:30PM -0700, Chuck Swiger wrote: > On Oct 27, 2008, at 12:38 PM, FreeBSD wrote: >>> You need to keep your MaxClients setting limited to what your system >>> can run under high load; generally the amount of system memory is the >>> governing factor. [1] If you set you

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Chuck Swiger
On Oct 27, 2008, at 12:38 PM, FreeBSD wrote: You need to keep your MaxClients setting limited to what your system can run under high load; generally the amount of system memory is the governing factor. [1] If you set your MaxClients higher than that, your system will start swapping under th

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread FreeBSD
Simon Chang a écrit : collecting pv entries -- suggest increasing PMAP_SHPGPERPROC I've read that this is mainly caused by Apache spawning too many processes. Everyone seems to suggest to decrease the MaxClients directive in Apache(set to 450 at the moment), but here's the problem..

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread FreeBSD
Chuck Swiger a écrit : On Oct 27, 2008, at 11:39 AM, Francis Dubé wrote: I've read that this is mainly caused by Apache spawning too many processes. Everyone seems to suggest to decrease the MaxClients directive in Apache(set to 450 at the moment), but here's the problem...i need to increase i

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Simon Chang
> collecting pv entries -- suggest increasing PMAP_SHPGPERPROC > > I've read that this is mainly caused by Apache spawning too many processes. > Everyone seems to suggest to decrease the MaxClients directive in Apache(set > to 450 at the moment), but here's the proble

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Chuck Swiger
On Oct 27, 2008, at 11:39 AM, Francis Dubé wrote: I've read that this is mainly caused by Apache spawning too many processes. Everyone seems to suggest to decrease the MaxClients directive in Apache(set to 450 at the moment), but here's the problem...i need to increase it ! During peaks all

collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2008-10-27 Thread Francis Dubé
Hi everyone, I'm running a a webserver on FreeBSD (6.2-RELEASE-p6) and I have this error in my logs : collecting pv entries -- suggest increasing PMAP_SHPGPERPROC I've read that this is mainly caused by Apache spawning too many processes. Everyone seems to suggest to decrease the

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2007-09-24 Thread forum
e a new 6.2 install running postfix, amavisd-new, clamav and >> SpamAssassin >> and over the weekend the server stopped responding with the following error. >> collecting pv entries -- suggest increasing PMAP_SHPGPERPROC. I did some >> google >> searching on the er

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2007-09-24 Thread Bill Moran
In response to <[EMAIL PROTECTED]>: > Hi, > > I have a new 6.2 install running postfix, amavisd-new, clamav and SpamAssassin > and over the weekend the server stopped responding with the following error. > collecting pv entries -- suggest increasing PMAP_SHPGPERPROC.

collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2007-09-24 Thread forum
Hi, I have a new 6.2 install running postfix, amavisd-new, clamav and SpamAssassin and over the weekend the server stopped responding with the following error. collecting pv entries -- suggest increasing PMAP_SHPGPERPROC. I did some google searching on the error and found the same problem with

Re: PMAP_SHPGPERPROC

2007-01-01 Thread Kris Kennaway
On Sat, Dec 30, 2006 at 08:43:14PM +1030, Ian Moore wrote: > Hi, > Since I upgraded to KDE 3.5.5 the other day, I've been getting the following > messages after KDE starts: > kernel: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC > I've noticed the system

PMAP_SHPGPERPROC

2006-12-30 Thread Ian Moore
Hi, Since I upgraded to KDE 3.5.5 the other day, I've been getting the following messages after KDE starts: kernel: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC I've noticed the system seems a bit unstable, it often locks up when KDE starts and I guess that is the reas

collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2005-06-16 Thread Tuc at T-B-O-H
Hi, I just got this on one of our machines It talks about Apache being the issue, but when I run the "ipcs -a ; sysctl vm.zone | grep PV" I get : odin# ipcs -a ; sysctl vm.zone | grep PV Message Queues: T ID KEYMODE OWNERGROUP CREATOR CGROUP CBYTES QNUM

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2003-08-14 Thread admin
On Tue, 12 Aug 2003 21:44:20 +0100, Markie wrote > Hi, > > I have had this error once before, though it seemed to freeze/panic the > machine, I think it may have been related to Apache or PHP since I > was doing a 'stress test' at the time. I would guess that you can

collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2003-08-14 Thread admin
FreeBSD 4.8 Stable Hi there, I am seeing the following log entry in my /var/log/messages any clue what I can do to cure this issue? snip Aug 12 03:00:55 /kernel: pmap_collect: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC - snip - noah

Re: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC

2003-08-14 Thread Markie
Hi, I have had this error once before, though it seemed to freeze/panic the machine, I think it may have been related to Apache or PHP since I was doing a 'stress test' at the time. I would guess that you can up PMAP_SHPGPERPROC in the kernel, perhaps a sysctl. Markie - Origin