Re: 7-BETA3 everyday reboot (was: BETA3 crash)



On Fri, 30 Nov 2007 07:47:51 -0300
"Alexandre Biancalana" <biancalana@xxxxxxxxx> wrote:

After the reboot, the kernel running have the patch suggested by
ivoras@ (http://people.freebsd.org/~pjd/patches/vm_kern.c.2.patch),
but how the patch is related to "kmem_map too small", I don't think
that will be usefull with this panic.

I *really* need some solution :(

Any ideas ?


The patch is potentially useful because the new code tries harder to
reclaim pages (8 times instead of once with a sleep in between the
attempts).

The idea is that pages may become available at some time during one
of the sleeps.

Just try it and see whether it helps. Can't do any harm.

--
Gary Jennejohn
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: 7-BETA3 everyday reboot
    ... that will be usefull with this panic. ... The patch is potentially useful because the new code tries harder to ... reclaim pages (8 times instead of once with a sleep in between the ... Dec 4 03:12:33 Manny kernel: Rebooting... ...
    (freebsd-current)
  • Re: 7-BETA3 everyday reboot
    ... that will be usefull with this panic. ... The patch is potentially useful because the new code tries harder to ... reclaim pages (8 times instead of once with a sleep in between the ... Dec 4 03:12:33 Manny kernel: Rebooting... ...
    (freebsd-current)
  • Re: 7-BETA3 everyday reboot
    ... that will be usefull with this panic. ... The patch is potentially useful because the new code tries harder to ... reclaim pages (8 times instead of once with a sleep in between the ... Dec 4 03:12:33 Manny kernel: Rebooting... ...
    (freebsd-current)
  • Re: 7-BETA3 everyday reboot (was: BETA3 crash)
    ... that will be usefull with this panic. ... The patch is potentially useful because the new code tries harder to ... reclaim pages (8 times instead of once with a sleep in between the ... Dec 4 03:12:33 Manny kernel: Rebooting... ...
    (freebsd-current)
  • [PATCH 7/16] DocBook: new kernel-doc comments for might_sleep & wait_event_*
    ... # This patch format is intended for GNU patch command version 2.5 or higher. ... * be biten later when the calling function happens to sleep when it is not ... * the waitqueue @wq is woken up. ... * wait_event_timeout - sleep until a condition gets true or a timeout elapses ...
    (Linux-Kernel)