From 13c5c527b68cdcb80cd0ac320ac9eead61208f93 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Jun 2014 18:39:19 -0400 Subject: remove old note about unused needing lots of memory; it's used bloom filters for a while to run in constant ram --- doc/scalability.mdwn | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/scalability.mdwn') 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 -- cgit v1.2.3