malloc backed md/mfs filesystem swapped?

Robert Watson rwatson at freebsd.org
Fri Feb 13 17:48:17 PST 2004


On Sat, 14 Feb 2004, Colin Percival wrote:

> At 00:56 14/02/2004, Robert Watson wrote:
> >If you
> >have swap available, you pretty much always want to use swap-backing for
> >memory disks -- if there's room in memory they will run as fast as
> >malloc-backed, but you don't have to be as worried about the "Oh shoot,
> >I'm out of room" case.
> 
>    Actually, there is one consideration: swap-backed memory disks have a
> sector size equal to the machine page size.  This will result in some
> inflation in memory usage, and can confuse program which expect a sector
> size of 512 bytes (for example, dd, which I plan on fixing but I haven't
> gotten around to yet). 

One such application is Vinum, actually, which does not like using
swap-backed storage nodes, although maybe I fixed that. 

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert at fledge.watson.org      Senior Research Scientist, McAfee Research




More information about the freebsd-hackers mailing list