RE: Problems in VM structure ?

1999-02-18 Thread tcobb
I've adjusted MAXUSERS to 128 on my heavily loaded PIIs and the crashes have not re-occurred for 24 hours now. (Had to adjust NMBCLUSTERS up, though) The panics were happening every 5-8 hours like clockwork prior to this. I believe that these crashes are caused by heavy network traffic, not

Re: RE: Problems in VM structure ?

1999-02-17 Thread Matthew Dillon
:I'm seeing different responses depending on hardware. : :On regular Pentium 166 machines, I almost NEVER get :a panic. On brand-new Pentium II 350s, I get a panic :every 6-9 hours. This happens when both kernels are :configured the same for maxusers. It happens when :both machines are under

RE: RE: Problems in VM structure ?

1999-02-17 Thread tcobb
-Original Message- From: Matthew Dillon [mailto:dil...@apollo.backplane.com] :What's the chance that our kernel adaptations for PIIs :is partly at fault? : :-Troy Cobb : Circle Net, Inc. : http://www.circle.net With what config? Have you tried reducing

Re: RE: RE: Problems in VM structure ?

1999-02-17 Thread Matthew Dillon
Try reducing maxusers to 128. If you have mbuf problems, override NMBCLUSTERS ( making it 4096 or 8192 should be sufficient ). Sometimes network mbuf problems on heavily loaded machines are due to too-large default buffer sizes - if net.inet.tcp.sendspace or recvspace is greater

Re: Problems in VM structure ?

1999-02-17 Thread Gary Palmer
[ CC trimmed ] tc...@staff.circle.net wrote in message ID a0cfa284c004d211b7ee0060082f32a412e...@freya.circle.net: I've had it at MAXUSERS=256 on both the P5 and the P6. The P5 stays stable, the P6 doesn't. If I reduce MAXUSERS to 128 then these heavily loaded boxen will fall over due to out

Re: Problems in VM structure ?

1999-02-17 Thread Bernd Walter
On Tue, Feb 16, 1999 at 12:19:07AM -0800, Matthew Dillon wrote: :maxusers 256 Try reducing maxusers to 128. Another person reported similar behavior to me and after a bunch of work he tried going back to a basic distribution -- and everything started working again. To add

Re: Problems in VM structure ?

1999-02-17 Thread Bernd Walter
On Wed, Feb 17, 1999 at 08:46:49AM -0500, tc...@staff.circle.net wrote: -Original Message- From: Matthew Dillon [mailto:dil...@apollo.backplane.com] :What's the chance that our kernel adaptations for PIIs :is partly at fault? : :-Troy Cobb : Circle Net, Inc.

Re: Problems in VM structure ?

1999-02-16 Thread Matthew Dillon
:maxusers 256 Try reducing maxusers to 128. Another person reported similar behavior to me and after a bunch of work he tried going back to a basic distribution -- and everything started working again. It turned out that a maxusers value of 256 and 512 were causing his

Re: Problems in VM structure ?

1999-02-16 Thread Brian Feldman
On Tue, 16 Feb 1999, Matthew Dillon wrote: :maxusers 256 Try reducing maxusers to 128. Another person reported similar behavior to me and after a bunch of work he tried going back to a basic distribution -- and everything started working again. It turned out that a

Re: Problems in VM structure ?

1999-02-16 Thread Khetan Gajjar
On Tue, 16 Feb 1999, Matthew Dillon wrote: MD Try reducing maxusers to 128. Another person reported similar behavior MD to me and after a bunch of work he tried going back to a basic MD distribution -- and everything started working again. Hmmm, ok. MD It turned out that a

Re: Problems in VM structure ?

1999-02-16 Thread John Fieber
On Tue, 16 Feb 1999, Matthew Dillon wrote: Try reducing maxusers to 128. Another person reported similar behavior to me and after a bunch of work he tried going back to a basic distribution -- and everything started working again. It turned out that a maxusers value of 256

Re: Problems in VM structure ?

1999-02-16 Thread John S. Dyson
Matthew Dillon said: :maxusers 256 Try reducing maxusers to 128. Another person reported similar behavior to me and after a bunch of work he tried going back to a basic distribution -- and everything started working again. It turned out that a maxusers value of 256

RE: Problems in VM structure ?

1999-02-16 Thread tcobb
, 1999 7:48 AM To: Matthew Dillon Cc: Khetan Gajjar; curr...@freebsd.org Subject: Re: Problems in VM structure ? On Tue, 16 Feb 1999, Matthew Dillon wrote: :maxusers 256 Try reducing maxusers to 128. Another person reported similar behavior to me

Problems in VM structure ?

1999-02-15 Thread Khetan Gajjar
Hi. I saw that my 4-CURRENT box from 8 February dropped to ddb after my last make world. I rebuilt world today, and the same problem is occuring. These problems started occuring after Matt Dillon's changes to the VM system. What is worrying/troubling is that in single user mode, the machine is

Re: Problems in VM structure ?

1999-02-15 Thread Luoqi Chen
Hi. I saw that my 4-CURRENT box from 8 February dropped to ddb after my last make world. I rebuilt world today, and the same problem is occuring. These problems started occuring after Matt Dillon's changes to the VM system. What is worrying/troubling is that in single user mode, the

Re: Problems in VM structure ?

1999-02-15 Thread Greg Lehey
On Monday, 15 February 1999 at 18:00:16 -0500, Luoqi Chen wrote: Hi. I saw that my 4-CURRENT box from 8 February dropped to ddb after my last make world. I rebuilt world today, and the same problem is occuring. These problems started occuring after Matt Dillon's changes to the VM system.