|
Lines 101-107
Link Here
|
| 101 |
depends on the kind of temporary file usage you think you will need. |
101 |
depends on the kind of temporary file usage you think you will need. |
| 102 |
128M is |
102 |
128M is |
| 103 |
the minimum we recommend. |
103 |
the minimum we recommend. |
| 104 |
Also note that sysinstall will create a |
104 |
Also note that |
|
|
105 |
.Xr bsdinstall 8 |
| 106 |
will create a |
| 105 |
.Pa /tmp |
107 |
.Pa /tmp |
| 106 |
directory. |
108 |
directory. |
| 107 |
Dedicating a partition for temporary file storage is important for |
109 |
Dedicating a partition for temporary file storage is important for |
|
Lines 219-225
Link Here
|
| 219 |
.Pp |
221 |
.Pp |
| 220 |
.Fx |
222 |
.Fx |
| 221 |
performs best when using 8K or 16K file system block sizes. |
223 |
performs best when using 8K or 16K file system block sizes. |
| 222 |
The default file system block size is 16K, |
224 |
The default file system block size is 32K, |
| 223 |
which provides best performance for most applications, |
225 |
which provides best performance for most applications, |
| 224 |
with the exception of those that perform random access on large files |
226 |
with the exception of those that perform random access on large files |
| 225 |
(such as database server software). |
227 |
(such as database server software). |
|
Lines 286-292
Link Here
|
| 286 |
option to |
288 |
option to |
| 287 |
.Xr newfs 8 , |
289 |
.Xr newfs 8 , |
| 288 |
and |
290 |
and |
| 289 |
.Xr sysinstall 8 |
291 |
.Xr bsdinstall 8 |
| 290 |
will typically enable softupdates automatically for non-root file systems). |
292 |
will typically enable softupdates automatically for non-root file systems). |
| 291 |
Softupdates drastically improves meta-data performance, mainly file |
293 |
Softupdates drastically improves meta-data performance, mainly file |
| 292 |
creation and deletion. |
294 |
creation and deletion. |
|
Lines 525-532
Link Here
|
| 525 |
to pre-read if the heuristics algorithm decides that the reads are |
527 |
to pre-read if the heuristics algorithm decides that the reads are |
| 526 |
issued sequentially. |
528 |
issued sequentially. |
| 527 |
It is used by the UFS, ext2fs and msdosfs file systems. |
529 |
It is used by the UFS, ext2fs and msdosfs file systems. |
| 528 |
With the default UFS block size of 16 KiB, a setting of 32 will allow |
530 |
With the default UFS block size of 32 KiB, a setting of 32 will allow |
| 529 |
speculatively reading up to 512 KiB. |
531 |
speculatively reading up to 1 MiB. |
| 530 |
This setting may be increased to get around disk I/O latencies, especially |
532 |
This setting may be increased to get around disk I/O latencies, especially |
| 531 |
where these latencies are large such as in virtual machine emulated |
533 |
where these latencies are large such as in virtual machine emulated |
| 532 |
environments. |
534 |
environments. |
|
Lines 566-573
Link Here
|
| 566 |
applications. |
568 |
applications. |
| 567 |
They control the amount of send and receive buffer space |
569 |
They control the amount of send and receive buffer space |
| 568 |
allowed for any given TCP connection. |
570 |
allowed for any given TCP connection. |
| 569 |
The default sending buffer is 32K; the default receiving buffer |
571 |
The default sending buffer is 128K; the default receiving buffer |
| 570 |
is 64K. |
572 |
is 256K. |
| 571 |
You can often |
573 |
You can often |
| 572 |
improve bandwidth utilization by increasing the default at the cost of |
574 |
improve bandwidth utilization by increasing the default at the cost of |
| 573 |
eating up more kernel memory for each connection. |
575 |
eating up more kernel memory for each connection. |
|
Lines 873-878
Link Here
|
| 873 |
Under no circumstances |
875 |
Under no circumstances |
| 874 |
should you specify an arbitrarily high value for this parameter, it could |
876 |
should you specify an arbitrarily high value for this parameter, it could |
| 875 |
lead to a boot-time crash. |
877 |
lead to a boot-time crash. |
|
|
878 |
Please note that some drivers, require larger values, and in some cases the |
| 879 |
interfaces will hang on probe, e.g. dual-port (in some configurations) or |
| 880 |
quad-port |
| 881 |
.Xr igb 4 , |
| 882 |
or cause system panics, e.g. |
| 883 |
.Xr cxgb 4 , |
| 884 |
if you set |
| 885 |
.Va kern.ipc.nmbclusters |
| 886 |
to something less than 50000 and 75000, respectively. |
| 876 |
The |
887 |
The |
| 877 |
.Fl m |
888 |
.Fl m |
| 878 |
option to |
889 |
option to |
|
Lines 1041-1046
Link Here
|
| 1041 |
.Xr hier 7 , |
1052 |
.Xr hier 7 , |
| 1042 |
.Xr ports 7 , |
1053 |
.Xr ports 7 , |
| 1043 |
.Xr boot 8 , |
1054 |
.Xr boot 8 , |
|
|
1055 |
.Xr bsdinstall 8 , |
| 1044 |
.Xr bsdlabel 8 , |
1056 |
.Xr bsdlabel 8 , |
| 1045 |
.Xr ccdconfig 8 , |
1057 |
.Xr ccdconfig 8 , |
| 1046 |
.Xr config 8 , |
1058 |
.Xr config 8 , |
|
Lines 1055-1061
Link Here
|
| 1055 |
.Xr newfs 8 , |
1067 |
.Xr newfs 8 , |
| 1056 |
.Xr route 8 , |
1068 |
.Xr route 8 , |
| 1057 |
.Xr sysctl 8 , |
1069 |
.Xr sysctl 8 , |
| 1058 |
.Xr sysinstall 8 , |
|
|
| 1059 |
.Xr tunefs 8 |
1070 |
.Xr tunefs 8 |
| 1060 |
.Sh HISTORY |
1071 |
.Sh HISTORY |
| 1061 |
The |
1072 |
The |