Re: headsup: swap_pager.c

From: Poul-Henning Kamp (phk_at_phk.freebsd.dk)
Date: 08/01/03

  • Next message: Andy Farkas: "Re: headsup: swap_pager.c"
    To: David Schultz <das@freebsd.org>
    Date: Fri, 01 Aug 2003 19:00:48 +0200
    
    

    In message <20030801165150.GA78091@HAL9000.homeunix.com>, David Schultz writes:

    >Aah, okay. That's both a small improvement and a small regression
    >in one. The point of the static striping was to allow you to add
    >swap devices and have them be automatically interleaved, so of
    >course you can ``fix'' its limitations by removing it completely.

    Well, I think it will for all practically purposes be better to
    not stripe (using ccd) but use the round-robin allocation on the
    individual components. Doing that, adding another swap device
    gets it "interleaved" with the rest just like before.

    -- 
    Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
    phk@FreeBSD.ORG         | TCP/IP since RFC 956
    FreeBSD committer       | BSD since 4.3-tahoe    
    Never attribute to malice what can adequately be explained by incompetence.
    _______________________________________________
    freebsd-arch@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-arch
    To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
    

  • Next message: Andy Farkas: "Re: headsup: swap_pager.c"