diff options
author | Joey Hess <joey@kitenet.net> | 2014-06-18 18:39:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-06-18 18:39:19 -0400 |
commit | 13c5c527b68cdcb80cd0ac320ac9eead61208f93 (patch) | |
tree | 44af5eadf35ddb0c944ce66a79c6d92d0004e568 /doc/scalability.mdwn | |
parent | 4adf1199f494fb17ccefd54394f9fa022dbb4157 (diff) |
remove old note about unused needing lots of memory; it's used bloom filters for a while to run in constant ram
Diffstat (limited to 'doc/scalability.mdwn')
-rw-r--r-- | doc/scalability.mdwn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/scalability.mdwn b/doc/scalability.mdwn index 9a4ff95ef..cdc148e2f 100644 --- a/doc/scalability.mdwn +++ b/doc/scalability.mdwn @@ -13,11 +13,6 @@ git-annex is designed for scalability. The key points are: but git-annex is designed so that it does not need to hold all the details about your repository in memory. - The one exception is that [[todo/git-annex_unused_eats_memory]], - because it *does* need to hold the whole repo state in memory. But - that is still considered a bug, and hoped to be solved one day. - Luckily, that command is not often used. - * Many files can be managed. The limiting factor is git's own limitations in scaling to repositories with a lot of files, and as git improves this will improve. Scaling to hundreds of thousands of files |