From b7c55bd4516917d9d90d24e82ca7433c24cae6b3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 15 Nov 2024 16:36:43 -0400 Subject: [PATCH] update --- .../comment_8_017cf9156e94b1587f1853504d6c2de1._comment | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/importtree_from_S3_slows_to_halt_even_with_prefix/comment_8_017cf9156e94b1587f1853504d6c2de1._comment b/doc/bugs/importtree_from_S3_slows_to_halt_even_with_prefix/comment_8_017cf9156e94b1587f1853504d6c2de1._comment index e6b9800971..a361760605 100644 --- a/doc/bugs/importtree_from_S3_slows_to_halt_even_with_prefix/comment_8_017cf9156e94b1587f1853504d6c2de1._comment +++ b/doc/bugs/importtree_from_S3_slows_to_halt_even_with_prefix/comment_8_017cf9156e94b1587f1853504d6c2de1._comment @@ -20,4 +20,7 @@ oddly didn't save any memory. Memory profiling might let this be improved further, but needing 1 gb of memory to import a million changes to files doesn't seem too bad. + +Update: Did some memory profiling, nothing stuck out as badly wrong. +Lists and tuples are using as much memory as anything. """]]