[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: providing memory objects to users
From: |
Thomas Bushnell, BSG |
Subject: |
Re: providing memory objects to users |
Date: |
12 Jun 2002 10:32:21 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de> writes:
> BTW, Thomas, while we are chatting about pagers. I remember Roland
> told me the thread explosion in the server is a known problem with
> the Mach virtual memory management. Can you briefly wrap up an
> example for a typical behaviour that can cause it? I have seen >
> 2000 threads in ext2fs, and I am at a loss how this can happen.
> Does it happen at page-out time?
Map a big region, start modifying pages. Eventually you will trigger
pageout. The kernel will now proceed to start paging things out: all
at once.
- providing memory objects to users, Marcus Brinkmann, 2002/06/11
- Re: providing memory objects to users, Marcus Brinkmann, 2002/06/12
- Re: providing memory objects to users, Neal H. Walfield, 2002/06/12
- Re: providing memory objects to users, Marcus Brinkmann, 2002/06/13
- Re: providing memory objects to users, Neal H. Walfield, 2002/06/14
- Re: providing memory objects to users, Marcus Brinkmann, 2002/06/14
- Re: providing memory objects to users, Neal H. Walfield, 2002/06/15
- Re: providing memory objects to users, Thomas Bushnell, BSG, 2002/06/12
- Re: providing memory objects to users, Roland McGrath, 2002/06/12