Re: Large mem disk with not very recent current

From: Scott Long (scottl_at_samsco.org)
Date: 09/13/04

  • Next message: Michiel Boland: "kern.ipc.nmbclusters"
    Date: Mon, 13 Sep 2004 09:21:49 -0600
    To: Roman Kurakin <rik@cronyx.ru>
    
    

    Roman Kurakin wrote:
    > Kris Kennaway wrote:
    >
    >> On Mon, Sep 13, 2004 at 12:56:51PM +0400, Roman Kurakin wrote:
    >>
    >>
    >>> Hi,
    >>>
    >>> I have the following idea/problem. I want to build world in memory.
    >>> I've put in to my system 1G of memory and tried to put on it sources.
    >>> But all times I've tried to do that system went to panic. I've used md
    >>> with malloc type.
    >>>
    >>> Any ideas?
    >>>
    >>
    >>
    >> Please provide more information. It's likely you're trying to create
    >> a md that is too big, though.
    >>
    >>
    > It is about 800Mb. But system panics while I try to extract source tree.
    > It is not very recent
    > current. The intent of my question was to get some hints how to set up
    > such build area, I
    > belive it should help to make compilation much faster than using hard
    > drive. My home system
    > is not ready for panic investigation now. I'll update it to current and
    > set console to it and will
    > try again.
    >
    >
    > PS. Sorry to all for my last posts to current that are so weak in
    > "technical" details, the debug
    > technique I used before was without remote debugging since most of
    > problems were very
    > near my code and it was enough for me anlo three things: my mind,
    > printed sources, and printf.
    > So now I am in stage of adaptation to/setting up remote debugging.
    >
    > rik

    What kind of panic was it? Try using swap backing instead of malloc.
    Malloc will consume wired memory and will generally make life difficult
    for other parts of the kernel that need memory later. Swap-backed pages
    will stay in RAM until the VM needs to push them out due to memory
    pressure.

    Scott
    _______________________________________________
    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: Michiel Boland: "kern.ipc.nmbclusters"

    Relevant Pages

    • Thank You -- Thomas J. Gritzan
      ... Thomas -- Your suggestion to malloc() out a block of memory was the ... Below are some details of my memory issues ... ... As a work around solution I guessed a ram disk would solve the ... persistence will frustrate the off topic police and give them a target ...
      (comp.lang.c)
    • Re: Simple question about headers and malloc!
      ... Therefore I am making all of its declarations ... memory (using malloc) and then exit back to main. ... allocation, I get data strored from the second allocation... ...
      (microsoft.public.vc.language)
    • Re: ten thousand small processes
      ... Stack needs to be executable for the current signal trampoline ... the use of malloc() that is causing your primary ... if there is any heap memory in use at all, no matter what you do, ... either directly, as a 4M page mapping (not used for user processes, ...
      (freebsd-performance)
    • Re: Microsoft Word wont load on my iMac G4 after kernel panic
      ... that it is hardware related, but I've found that an archive and install ... fixes it for about another 6 mos to a year (and they the panics return). ... reported there was 6 weeks ago, and said there was a memory exception ... /Library/Logs contains your panic reports. ...
      (microsoft.public.mac.office.word)
    • Re: Help with Enter and Leave Instructions
      ... >>> for Memory Accesses, ... > The only standard way to do it is via malloc. ... Uh, SBRK/BRK is a standard, documented system call. ... > I really don't understand the objection to using C libraries. ...
      (alt.lang.asm)