From 2da760fcaea004ddc377467c422a9ee417067db5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Apr 2020 17:32:49 -0400 Subject: [PATCH] comment --- ..._db1ae584fc803c0dbb48c7e31a540c4e._comment | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/bugs/get_-J8_on_OSX_leads_to_git-annex__58___git__58___createProcess__58___runInteractiveProcess__58___pipe__58___resource_exhausted___40__Too_many_open_files__41__/comment_5_db1ae584fc803c0dbb48c7e31a540c4e._comment diff --git a/doc/bugs/get_-J8_on_OSX_leads_to_git-annex__58___git__58___createProcess__58___runInteractiveProcess__58___pipe__58___resource_exhausted___40__Too_many_open_files__41__/comment_5_db1ae584fc803c0dbb48c7e31a540c4e._comment b/doc/bugs/get_-J8_on_OSX_leads_to_git-annex__58___git__58___createProcess__58___runInteractiveProcess__58___pipe__58___resource_exhausted___40__Too_many_open_files__41__/comment_5_db1ae584fc803c0dbb48c7e31a540c4e._comment new file mode 100644 index 0000000000..6481650a95 --- /dev/null +++ b/doc/bugs/get_-J8_on_OSX_leads_to_git-annex__58___git__58___createProcess__58___runInteractiveProcess__58___pipe__58___resource_exhausted___40__Too_many_open_files__41__/comment_5_db1ae584fc803c0dbb48c7e31a540c4e._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2020-04-17T21:09:41Z" + content=""" +The sqlite open files is a red herring: That happened only when +using a remote in a local directory. Anyway, I've fixed that. + +The open files I'm seeing now in my artifical +test case (two local repos with 1000 unlocked files, git-annex get between them, lsof +-Ki run after that's moved 500 files, while the git-annex process is suspended): + + no -J 48 + -J2 104 + -J5 185 + -J32 964 + +Which seems fine, 28 file handles per -J increment. + +If you have something worse than that, show me the lsof. +"""]]