Re: panic: kmem_malloc; Should I increase some setting?

From: Doug White (dwhite_at_gumbysoft.com)
Date: 06/30/04

  • Next message: Remi: "RE: AMD64 vs i386 for FreeBSD"
    Date: Tue, 29 Jun 2004 18:22:57 -0700 (PDT)
    To: Ronald Klop <ronald-freebsd7@klop.yi.org>
    
    

    On Wed, 30 Jun 2004, Ronald Klop wrote:

    > I get the following panics while untarring a 30MB archive on an md device
    > create with:
    > tmpmfs="YES"
    > tmpsize="256m"

    This is a malloc-backed md disk, which consumes memory directly from KVM.
    If you do a large extraction it will consume all of KVM and cause your
    panic. Unless you're running diskless and this is your only option
    besides NFS, either don't use tmpmfs or avoid extracting large amounts of
    data to /tmp.

    > panic: kmem_malloc(16384): kmem_map too small: 86233088 total allocated

    -- 
    Doug White                    |  FreeBSD: The Power to Serve
    dwhite@gumbysoft.com          |  www.FreeBSD.org
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Remi: "RE: AMD64 vs i386 for FreeBSD"