* continuing VM madness
@ 2000-11-07 20:50 Michael Rothwell
2000-11-07 22:32 ` J . A . Magallon
0 siblings, 1 reply; 6+ messages in thread
From: Michael Rothwell @ 2000-11-07 20:50 UTC (permalink / raw)
To: linux-kernel
Should kswapd and klogd ever get "do_try_to_free_pages failed"? when
this happens my machine is destabilized, and pauses briefly from time to
time before locking up or otherwise becoming inert. This is 2.2.16+USB.
Nov 7 14:51:36 cartman kernel: VM: do_try_to_free_pages failed for
kswapd...
Nov 7 15:46:39 cartman kernel: VM: do_try_to_free_pages failed for
panel...
Nov 7 15:46:39 cartman kernel: VM: do_try_to_free_pages failed for
klogd...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
identd...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
mini_commander_...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
gpm...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
mozilla-bin...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
mozilla-bin...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
init...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
xntpd...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
nmbd...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
vmware...
Nov 7 15:46:40 cartman kernel: VM: do_try_to_free_pages failed for
vmware...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: continuing VM madness
2000-11-07 20:50 continuing VM madness Michael Rothwell
@ 2000-11-07 22:32 ` J . A . Magallon
2000-11-08 16:58 ` Mikulas Patocka
0 siblings, 1 reply; 6+ messages in thread
From: J . A . Magallon @ 2000-11-07 22:32 UTC (permalink / raw)
To: Michael Rothwell; +Cc: linux-kernel
On Tue, 07 Nov 2000 21:50:32 Michael Rothwell wrote:
> Should kswapd and klogd ever get "do_try_to_free_pages failed"? when
> this happens my machine is destabilized, and pauses briefly from time to
> time before locking up or otherwise becoming inert. This is 2.2.16+USB.
>
> Nov 7 14:51:36 cartman kernel: VM: do_try_to_free_pages failed for
> kswapd...
> Nov 7 15:46:39 cartman kernel: VM: do_try_to_free_pages failed for
> panel...
That seems to be the place for Andrea Arcangeli VM patch. Get it at:
http://www.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.16/mm-fix-*
Or even better, get kernel 2.2.17 and
http://www.kernel.org/pub/linux/kernel/people/alan/2.2.18pre/pre-patch-2.2.18-18.bz2
http://www.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.18pre18/VM-global-2.2.18pre18-7.bz2
and get a 2.2.18-pre18-vm, with USB support included.
There is a 2.2.18-pre20 out, but I have not still checked if
VM-global-2.2.18pre18-7.bz2
works on it. It worked for me in -pre19.
--
Juan Antonio Magallon Lacarta #> cd /pub
mailto:jamagallon@able.es #> more beer
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: continuing VM madness
2000-11-07 22:32 ` J . A . Magallon
@ 2000-11-08 16:58 ` Mikulas Patocka
2000-11-08 17:42 ` Alan Cox
0 siblings, 1 reply; 6+ messages in thread
From: Mikulas Patocka @ 2000-11-08 16:58 UTC (permalink / raw)
To: J . A . Magallon; +Cc: Michael Rothwell, linux-kernel
> > Should kswapd and klogd ever get "do_try_to_free_pages failed"? when
> > this happens my machine is destabilized, and pauses briefly from time to
> > time before locking up or otherwise becoming inert. This is 2.2.16+USB.
> >
> > Nov 7 14:51:36 cartman kernel: VM: do_try_to_free_pages failed for
> > kswapd...
> > Nov 7 15:46:39 cartman kernel: VM: do_try_to_free_pages failed for
> > panel...
>
> That seems to be the place for Andrea Arcangeli VM patch. Get it at:
>
> http://www.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.16/mm-fix-*
>
> Or even better, get kernel 2.2.17 and
> http://www.kernel.org/pub/linux/kernel/people/alan/2.2.18pre/pre-patch-2.2.18-18.bz2
> http://www.kernel.org/pub/linux/kernel/people/andrea/patches/v2.2/2.2.18pre18/VM-global-2.2.18pre18-7.bz2
>
> and get a 2.2.18-pre18-vm, with USB support included.
>
> There is a 2.2.18-pre20 out, but I have not still checked if
> VM-global-2.2.18pre18-7.bz2
> works on it. It worked for me in -pre19.
Sadly it is not a bug but a VM misdesign (and people are just making
different workarounds that more or less work). I believe that this
solution will break again, as it happened in 2.2.15 and 2.2.16.
Go back to Linux 2.0 - it has the swapper implemented correctly :-)
Mikulas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: continuing VM madness
2000-11-08 16:58 ` Mikulas Patocka
@ 2000-11-08 17:42 ` Alan Cox
2000-11-08 18:50 ` Mikulas Patocka
2000-11-08 22:13 ` Andrea Arcangeli
0 siblings, 2 replies; 6+ messages in thread
From: Alan Cox @ 2000-11-08 17:42 UTC (permalink / raw)
To: Mikulas Patocka; +Cc: J . A . Magallon, Michael Rothwell, linux-kernel
> Sadly it is not a bug but a VM misdesign (and people are just making
> different workarounds that more or less work). I believe that this
> solution will break again, as it happened in 2.2.15 and 2.2.16.
2.2.15->16 was the major transition in getting stuff right. 2.2.18 should be
pretty reasonable. With Andrea's additional patches its quite nice. If we
add page aging then in theory it'll be as good as 2.2 but in practice who
knows
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: continuing VM madness
2000-11-08 17:42 ` Alan Cox
@ 2000-11-08 18:50 ` Mikulas Patocka
2000-11-08 22:13 ` Andrea Arcangeli
1 sibling, 0 replies; 6+ messages in thread
From: Mikulas Patocka @ 2000-11-08 18:50 UTC (permalink / raw)
To: Alan Cox; +Cc: J . A . Magallon, Michael Rothwell, linux-kernel
> > Sadly it is not a bug but a VM misdesign (and people are just making
> > different workarounds that more or less work). I believe that this
> > solution will break again, as it happened in 2.2.15 and 2.2.16.
>
> 2.2.15->16 was the major transition in getting stuff right. 2.2.18 should be
> pretty reasonable. With Andrea's additional patches its quite nice. If we
> add page aging then in theory it'll be as good as 2.2 but in practice who
> knows
What about the possibility that kernel shoots processes when the machine
is receiving too much packets and runs out of atomic memory? It didn't
seem to go away in 2.2.16. 2.0 behaved correctly in this case.
Mikulas
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: continuing VM madness
2000-11-08 17:42 ` Alan Cox
2000-11-08 18:50 ` Mikulas Patocka
@ 2000-11-08 22:13 ` Andrea Arcangeli
1 sibling, 0 replies; 6+ messages in thread
From: Andrea Arcangeli @ 2000-11-08 22:13 UTC (permalink / raw)
To: Alan Cox
Cc: Mikulas Patocka, J . A . Magallon, Michael Rothwell, linux-kernel
On Wed, Nov 08, 2000 at 05:42:33PM +0000, Alan Cox wrote:
> add page aging then in theory it'll be as good as 2.2 but in practice who
Agreed.
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2000-11-08 22:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-07 20:50 continuing VM madness Michael Rothwell
2000-11-07 22:32 ` J . A . Magallon
2000-11-08 16:58 ` Mikulas Patocka
2000-11-08 17:42 ` Alan Cox
2000-11-08 18:50 ` Mikulas Patocka
2000-11-08 22:13 ` Andrea Arcangeli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox