From 4f229aced3fed0143a7a518fe00a74a019370c54 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 11 Mar 2005 12:34:46 +0000 Subject: adding documentation on the 'allocation roundup size' option (This used to be commit 77177c8ca5150b27b813757a7597ebce50c0ee54) --- docs/smbdotconf/tuning/allocationroundupsize.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/smbdotconf/tuning/allocationroundupsize.xml (limited to 'docs') diff --git a/docs/smbdotconf/tuning/allocationroundupsize.xml b/docs/smbdotconf/tuning/allocationroundupsize.xml new file mode 100644 index 0000000000..3b7e44f2e8 --- /dev/null +++ b/docs/smbdotconf/tuning/allocationroundupsize.xml @@ -0,0 +1,17 @@ + + + This parameter allows an administrator to tune the + allocation size reported to Windows clients. The default + size of 1Mb generally results in improved Windows client + performance. However, rounding the allocation size may cause + difficulties for some applications, e.g. MS Visual Studio. + + The integer parameter specifies the roundup size in bytes. + + +1048576 +0(to disable roundups) + -- cgit