summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-18 22:09:51 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-18 22:09:51 -0400
commit77c2d3b36ace1bb159598404d3173d7714e6629f (patch)
treeebb9707cf4eae8b8a7213c05217cdab2097c2ced /doc
parent9acd2ee80f357d34eee7335f775b47bec87f4aed (diff)
assistant: The ConfigMonitor left one zombie behind each time it checked for changes, now fixed.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/long_running_assistant_causes_resource_starvation_on_OSX.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/long_running_assistant_causes_resource_starvation_on_OSX.mdwn b/doc/bugs/long_running_assistant_causes_resource_starvation_on_OSX.mdwn
index 392090c9d..f556d16e9 100644
--- a/doc/bugs/long_running_assistant_causes_resource_starvation_on_OSX.mdwn
+++ b/doc/bugs/long_running_assistant_causes_resource_starvation_on_OSX.mdwn
@@ -24,3 +24,7 @@ Please provide any additional information below.
I'm really not sure what to look for next. Happy to take suggestions.
[!tag /design/assistant]]
+
+> [[done]], I found the zombie leak; the ConfigMonitor was
+> leaving one zombie every time it checked a push/pull.
+> Not a fast leak, but over time they would add up. --[[Joey]]