Increased default minfree to 8%.
This commit is contained in:
parent
e23c0ff5a0
commit
07be9bd45f
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)fs.h 8.7 (Berkeley) 4/19/94
|
||||
* $Id: fs.h,v 1.2 1994/08/02 07:54:26 davidg Exp $
|
||||
* $Id: fs.h,v 1.3 1994/08/21 07:03:56 paul Exp $
|
||||
*/
|
||||
|
||||
#ifndef _UFS_FFS_FS_H_
|
||||
@ -129,7 +129,7 @@
|
||||
* default value. With 10% free space, fragmentation is not a
|
||||
* problem, so we choose to optimize for time.
|
||||
*/
|
||||
#define MINFREE 5
|
||||
#define MINFREE 8
|
||||
#define DEFAULTOPT FS_OPTTIME
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user