diff options
Diffstat (limited to 'sbin/newfs/newfs.h')
-rw-r--r-- | sbin/newfs/newfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.h b/sbin/newfs/newfs.h index 8c826b1..326c518 100644 --- a/sbin/newfs/newfs.h +++ b/sbin/newfs/newfs.h @@ -47,8 +47,8 @@ * sectorsize <= DESFRAGSIZE <= DESBLKSIZE * DESBLKSIZE / DESFRAGSIZE <= 8 */ -#define DFL_FRAGSIZE 2048 -#define DFL_BLKSIZE 16384 +#define DFL_FRAGSIZE 4096 +#define DFL_BLKSIZE 32768 /* * Cylinder groups may have up to MAXBLKSPERCG blocks. The actual |