diff options
author | Joey Hess <joey@kitenet.net> | 2011-10-27 14:48:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-10-27 14:55:07 -0400 |
commit | f84d66fa15bc746517ba61f2c05beade59c846e9 (patch) | |
tree | 305bc642fa49c31ec205ee436b79ddc39ee540ab /doc/bugs/fails_to_handle_lot_of_files.mdwn | |
parent | c30366e95aa8967112cec0103393ea2b39ddf1c6 (diff) |
reap in onLocal
Each onLocal call involves a new Annex state, so needs to clean up after it.
Diffstat (limited to 'doc/bugs/fails_to_handle_lot_of_files.mdwn')
-rw-r--r-- | doc/bugs/fails_to_handle_lot_of_files.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/fails_to_handle_lot_of_files.mdwn b/doc/bugs/fails_to_handle_lot_of_files.mdwn index bc5d92aec..470a5180f 100644 --- a/doc/bugs/fails_to_handle_lot_of_files.mdwn +++ b/doc/bugs/fails_to_handle_lot_of_files.mdwn @@ -439,3 +439,7 @@ Please note the "_n TIMES_" comments. It's how often I got the same error messag 4455 % find source -type f | wc -l 13554 + +> Fixed unreaped process leak. +> (This has nothing to do with NTFS). Ran test with 10k files +> [[done]] --[[Joey]] |