diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-04-29 19:36:22 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-04-29 19:36:22 +0900 |
commit | 235ba41c5b5adde50ec44deebcd4a5d97e2eb995 (patch) | |
tree | 42257e7686216492c1bc329a829ba4adae8312e1 /doc/mscp.1.in | |
parent | 675126a8368503edee00854a5d82f9cc32524bc2 (diff) |
default chunk size is filesize/(nr_conn*4) (Issue #20)
and clean-up chunk_sz related parts.
Diffstat (limited to 'doc/mscp.1.in')
-rw-r--r-- | doc/mscp.1.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index 150d1a0..3c1802e 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.in @@ -198,7 +198,11 @@ parallel. The default value is 16M bytes. .TP .B \-S \fIMAX_CHUNK_SIZE\fR Specifies the maximum chunk size. The default is file size divided by -the number of connections. +the number of connections and devided by 4. If the calculated value +is smarller than the +.B MIN_CHUNK_SIZE +value, +MIN_CHUNK_SIZE is used. .TP .B \-a \fINR_AHEAD\fR |