Skip to content

Commit 4a7e8d4

Browse files
authored
Update Other_Useful_Commands.md
Signed-off-by: Vicky Fan <[email protected]>
1 parent 6ae7cb5 commit 4a7e8d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/Storage/Long_Term_Storage/Other_Useful_Commands.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ tar -xzf tarname.tar.gz
2121

2222
Large files will automatically be split into smaller "chunks" for ease of upload.
2323

24-
By default, if you have configured s3cmd with *--multipart-chunk-size-mb=1024*,
25-
the chunks will have a default value of 1GB. Otherwise the default chunk value is 15MB,
26-
which is typically too small for large files and should be increased.
27-
We recommend reconfiguring the S3 interface using the --multipart-chunk-size-mb parameter as above.
24+
The chunks will have a default value of 1GB which will work for the majority of typical files. For files 10TB and larger, please increase the chunk size. We recommend reconfiguring the S3 interface using the `--multipart-chunk-size-mb` parameter.
2825

2926
Important considerations:
3027
- Any chunk size can be specified, however only *10,000* chunks can be created per file.

0 commit comments

Comments
 (0)