Re: On Memory

phn_at_icke-reklam.ipsec.nu
Date: 09/24/04

  • Next message: Barry Margolin: "Re: On Memory"
    Date: Fri, 24 Sep 2004 17:03:47 +0000 (UTC)
    
    

    Maitaimaker <maitaimaker@gmail.com> wrote:
    > No, I don't care about where you were last thursday at 8:53PM. I'm talking
    > about physical and virtual memory in our unix world. For quite some time
    > you'd look at virtual memory to be somewhere in the neighborhood of twice
    > physical. These days where physical memory can easily range into multi
    > gigs, is that necessarily practical or even useful? Has anyone done any
    > research as to what a new standard should be, or does the old one work
    > find even still? Lastly, is there a practical upper limit to virtual
    > memory? I'd imagine that at some point you hit diminishing returns, due to
    > bus speed, seek times, etc. Am I thinking wrong on this? Enquiring minds
    > want to know...thanks for your input.

    As before, this depends on your usage.

    Having swap substantially larger then physical memory will give you
    headroom to swap out if needed. The opposit, where the system needs to
    swap out a running process but has no swap may cause deadlocks where
    a hard reset is needed.

    And if you can afford 32GRam then i don't see an issue of not having 80Gdisk
    available as swap.

    The degenerate cases where kernel-coredumps are taken also needs swap >> Ram. If you
    ever need this (and was to lazy to configure swap) you will regret it.

    -- 
    Peter Håkanson         
            IPSec  Sverige      ( At Gothenburg Riverside )
               Sorry about my e-mail address, but i'm trying to keep spam out,
    	   remove "icke-reklam" if you feel for mailing me. Thanx.
    

  • Next message: Barry Margolin: "Re: On Memory"

    Relevant Pages

    • Re: Despite promises, VPC 7 is impossibly slow... (TESTS Needed)
      ... their virtual memory management. ... Windows can do "anything", it must wait for OS X to finish paging. ... enough physical memory, and no swap file, Windows won't boot. ...
      (microsoft.public.mac.virtualpc)
    • Re: Heaps and Foreigners
      ... >> can ask for the memory and get a pointer to it. ... cause unfathomable deaths when swap space gets low or is exhausted. ... It's probably because there is some reserve memory to print out errors ... of RAM and disk space) and virtual swap (which is just a number managed ...
      (comp.lang.lisp)
    • Re: Is Greenspun enough?
      ... Most OSes memory map executables directly from the file system so code doesn't pollute the file cache or swap space. ...
      (comp.lang.lisp)
    • Re: [kde-linux] VM and Swap problems
      ... swap is half full the system starts removing swap until it is exactly ... Maybe one of your applications leak memory (I have a webpage ... to two times RAM. ... Unused memory will be used as disk buffers. ...
      (KDE)
    • Re: [RFC][PATCH 2/9] deadlock prevention core
      ... don't try to swap over the network. ... We could track dirty anonymous memory and throttle. ... to be stuck in wait queues. ... What is a "socket wait queue" and how/why can it consume so much memory? ...
      (Linux-Kernel)