Re: tunings for many httpds...

2002-06-25 Thread Peter Wemm
Patrick Thomas wrote: > > > Incidently, looking at the PV entry angle for a moment. Suppose you > > create a 1GB sysvshm (pageable) segment. That's 262144 pages. Mapping thi s > > once means you consume 262144 PV entries. At 28 bytes each, that is > > about 7.3MB of KVM. Now, fork this p

Re: tunings for many httpds...

2002-06-25 Thread Patrick Thomas
> Incidently, looking at the PV entry angle for a moment. Suppose you > create a 1GB sysvshm (pageable) segment. That's 262144 pages. Mapping this > once means you consume 262144 PV entries. At 28 bytes each, that is > about 7.3MB of KVM. Now, fork this process 300 times. The numbers become

Re: tunings for many httpds...

2002-06-25 Thread Matthew Dillon
: :This is also the _default_ for how solaris manages sysv segments, :although it would be nice if we could get the OBJT_PHYS stuff to :use 4meg pages (unless someone already did that?)... : :Anyhow, I'm glad we corrected your misconception and we now have :a more accurate understanding of how th

Re: tunings for many httpds...

2002-06-25 Thread Alfred Perlstein
* Terry Lambert <[EMAIL PROTECTED]> [020625 13:08] wrote: > > > > > At what point does it eat KVA that is other than for the backing > > > > data structures? > > > > > > It eats address space, not RAM. And even if the mappings are not > > > active (which they usually are, because of LRU and proc

Re: tunings for many httpds...

2002-06-25 Thread Terry Lambert
Alfred Perlstein wrote: > > > You keep saying this but the backing object allocated for sysvshm > > > is taken from either an OBJT_PHYS or OBJT_SWAP object. > > > > Uh, it's only ever an OBJT_SWAP; see line 532 of kern/sysv_shm.c. > > Your sources seem to be really out of date... Yes. I was ref

Re: PCI4800

2002-06-25 Thread Brooks Davis
On Tue, Jun 25, 2002 at 11:34:12PM +0600, Dmitry A. Bondareff wrote: >Last 3 days I was trying to connect an Aironet card PCI4800 with Cisco >Aironet series 340. What EXACTLY did you try to do and what didn't work? -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE.

Re: cvs(1) bug? with cvs update -rX -DY

2002-06-25 Thread Makoto Matsushita
scott> You could simply pop up a couple directories and checkout the scott> given tag and date over your existing checkout. CVS is smart scott> enough to notice that you've already got something checked out, scott> and it will just update things. matusita> It would be fine to me. Thank you. H

PCI4800

2002-06-25 Thread Dmitry A. Bondareff
Hello, super guys!   Last 3 days I was trying to connect an Aironet card PCI4800 with Cisco Aironet series 340. No success!   Does anybody do it ??   Dimasic.

Re: cvs(1) bug? with cvs update -rX -DY

2002-06-25 Thread Makoto Matsushita
scott> I've noticed this, and it's annoying. If you do 'cvs update -r TAG -r scott> TAG', you get updated with the changes between the two tags. Ah, I've just forgotten this... scott> You could simply pop up a couple directories and checkout the scott> given tag and date over your existing che

Re: cvs(1) bug? with cvs update -rX -DY

2002-06-25 Thread Scott Hess
On Tue, 25 Jun 2002, Makoto Matsushita wrote: > I found a strange behavior of cvs (see sample session below). > > Checking out the source codes seems OK, but when I update the codes with > -r and -D options, source codes are disappeared. cvs update with -r > option only is OK for me. > > Is it

em/Intel(R) PRO/1000 problems (fwd)

2002-06-25 Thread Danny Braniss
sorry for the cross posting, but didn't get much response from stable (and it seems they are running out of disk space :-) --- Begin Message --- em0: and em0: both drivers work fine when setting ifconfig_em0="xx.xxx.xx.xx" but get stuck if using DHCP, sniffing shows the host sending arp requ

=?windows-874?b?cGFydC10aW1lIDUsMDAwLTEwLDAwMCCk2LOh57fT5LTpICEhIQ==?=

2002-06-25 Thread mont
Ãкº¡Ò÷ӧҹ¢Í§¸ØáԨã¹Í¹Ò¤µ·Óä´é§èÒ áÅÐÊÃéÒ§ÃÒÂä´é§ÒÁ¨Ò¡¡Ò÷ӧҹ¼èÒ¹Ãкº¼ÁÁÕÃÒÂä´éÁÒ¡¡ÇèÒ 30,000 / à´×͹ ¨Ò¡¡Ò÷ӧҹà¾Õ§ÇѹÅÐ 2-3 ªÑèÇâÁ§à·èÒ¹Ñé¹âÍ¡ÒÊÁÒ¶Ö§¤Ø³áÅéÇ !à

Installing headers and man pages for kmods

2002-06-25 Thread Harti Brandt
Hi there, is there a canonical way to do this? Some time ago the ability to install man pages was removed from kmod.mk. This is reasonable for the system itself, but for third party packages this either forces one to poke in the internals of /usr/share/mk (not an exciting experience) or to fit t

Re: tunings for many httpds...

2002-06-25 Thread Alfred Perlstein
* Terry Lambert <[EMAIL PROTECTED]> [020624 19:58] wrote: > Alfred Perlstein wrote: > > * Terry Lambert <[EMAIL PROTECTED]> [020624 19:17] wrote: > > > > > > System V shared memory is allocated out of KVA space (annoying, > > > but true). > > > > You keep saying this but the backing object alloca