On Fri, 2 Nov 2007, 12:59-0500, Mark Tinguely wrote:
>
> Since eyeballs are in swap_page.c - is the putpages panic string mislabeled:
>
> swap_pager_putpages(vm_object_t object, vm_page_t *m, int count,
> boolean_t sync, int *rtvals)
> {
> int i;
> int n = 0;
>
> if (co
Since eyeballs are in swap_page.c - is the putpages panic string mislabeled:
swap_pager_putpages(vm_object_t object, vm_page_t *m, int count,
boolean_t sync, int *rtvals)
{
int i;
int n = 0;
if (count && m[0]->object != object) {
panic("swap_pager_getp
On Thu, Nov 01, 2007 at 09:20:42PM +0100, Arno J. Klaassen wrote:
> Hello,
>
>
> while slowly testing releng_7, I remembered I have since about
> two years the attached diff in my releng_6 sources (patch
> recreated against releng_7 with low timeouts for debugging) :
>
> it addresses the situati
Hello,
while slowly testing releng_7, I remembered I have since about
two years the attached diff in my releng_6 sources (patch
recreated against releng_7 with low timeouts for debugging) :
it addresses the situation when one creates a huge swap-space on
a (relatively) slow disk-subsystem : e.g
4 matches
Mail list logo