On Tue, 25 Jul 2006, Bryan Irvine wrote: > I recently moved my squid cache into a ramdisk, and now I get a lot of > errors in messages. > > I'd of course prefer that TIME be the one in use. Since it's a > ramdisk I can't use tunefs (right?) to manually set it, but even if I > did it would switch back anyway no? > > Jul 25 17:31:33 fire /bsd: /var/squid/cache/: optimization changed > from TIME to SPACE > Jul 25 17:35:14 fire /bsd: /var/squid/cache/: optimization changed > from SPACE to TIME
The first of these happens when you (almost) fill the drive, and the second when you free some space up. See the documentation for the "-o" flag in newfs(8) for more details. If you leave more head room then you won't see them, though I bet the optimisation doesn't matter much for mfs drives anyway. -d