diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-01 18:18:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-01 18:18:52 -0400 |
commit | 65ef84bcf4ed6536ee8fee49716f515b936d9b26 (patch) | |
tree | 2444e4474e00176e6120a0d5b1b26fbd4ac40ea8 /doc/chunking.mdwn | |
parent | 7154019d814db09005a07a4e6a93365126f04f21 (diff) |
typography
Diffstat (limited to 'doc/chunking.mdwn')
-rw-r--r-- | doc/chunking.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chunking.mdwn b/doc/chunking.mdwn index 87408f8e1..119a85c77 100644 --- a/doc/chunking.mdwn +++ b/doc/chunking.mdwn @@ -10,7 +10,7 @@ Note that git-annex has to buffer chunks in memory before they are sent to a remote. So, using a large chunk size will make it use more memory. To enable chunking, pass a `chunk=nnMiB` parameter to `git annex -initremote, specifying the chunk size. +initremote`, specifying the chunk size. Good chunk sizes will depend on the remote, but a good starting place is probably `1MiB`. Very large chunks are problimatic, both because |