DragonFly BSD
DragonFly bugs List (threaded) for 2010-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: panic: kmem_slab_alloc(): kernel_map ran out of space!


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Jan 2010 09:30:41 -0800 (PST)

:Perhaps related to
:http://leaf.dragonflybsd.org/mailarchive/kernel/2010-01/msg00002.html
:and
:http://leaf.dragonflybsd.org/mailarchive/commits/2010-01/msg00061.html
:
:I just got a panic tonight:
:Reading symbols from /home/var.crash/kern.27...done.
:
:-----------------------------------------------
:Total empty space:     184K
:Total used  space: 1048392K
:
:Indeed it appears to be out of memory.  Are 32-bit users hosed?
:
:Kernel and core are being uploaded to leaf:~pavalos/crash/*27
:
:--Peter

    I've got my work cut out for me today.

    At the very least we will be able to move some of the zalloc zones
    used by the network over to just using kmalloc().  That is certainly
    a contributor as ZONE_INTERRUPT zalloc zones reserve KVA (aka the
    maxfiles change).  I want to keep the maxfiles change itself.

    tcpcb, udpcb, and ripcb are eating a ton of KVA (tcpcb mainly).
    tcpcb alone is eating 80MB of KVA.

						-Matt




[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]