Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2007 13:20:10 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/87255: commit references a PR
Message-ID:  <200703061320.l26DKAI1043124@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/87255; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/87255: commit references a PR
Date: Tue,  6 Mar 2007 13:14:00 +0000 (UTC)

 yar         2007-03-06 13:13:54 UTC
 
   FreeBSD src repository
 
   Modified files:
     etc/defaults         rc.conf 
     share/man/man5       rc.conf.5 
   Log:
   As suggested more than once in the lists, drop -M from flags to mfs
   for /tmp and /var.  This makes the memory discs swap-backed instead
   of malloc-backed.  A swap-backed memory disc should not be worse
   than a malloc-backed one in any scenario because it will start
   touching swap only when needed.  OTOH, a malloc-backed disc can
   starve limited kernel resources and evenually crash the system.
   
   Reflect the change in the rc.conf(5) manpage.  Also stop telling
   lies there about softupdates: it does not waste disc space, it
   just can delay its freeing.
   
   Suggested by:   many
   PR:             kern/87255
   MFC after:      1 week
   
   Revision  Changes    Path
   1.306     +2 -2      src/etc/defaults/rc.conf
   1.317     +7 -9      src/share/man/man5/rc.conf.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703061320.l26DKAI1043124>