Changeset 740 for vendor/current/docs-xml/smbdotconf/tuning
- Timestamp:
- Nov 14, 2012, 12:59:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/smbdotconf/tuning/strictallocate.xml
r414 r740 10 10 of actually forcing the disk system to allocate real storage blocks 11 11 when a file is created or extended to be a given size. In UNIX 12 terminology this means that Samba will stop creating sparse files. 13 This can be slow on some systems. When you work with large files like 14 >100MB or so you may even run into problems with clients running into 15 timeouts.</para> 12 terminology this means that Samba will stop creating sparse files.</para> 13 14 <para>This option is really desgined for file systems that support 15 fast allocation of large numbers of blocks such as extent-based file systems. 16 On file systems that don't support extents (most notably ext3) this can 17 make Samba slower. When you work with large files over >100MB on file 18 systems without extents you may even run into problems with clients 19 running into timeouts.</para> 16 20 17 21 <para>When you have an extent based filesystem it's likely that we can make
Note:
See TracChangeset
for help on using the changeset viewer.