git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* "git commit" of single file takes 5 minutes, mounted fileystem/diskimage with 50G GIT repo + 900G of builds articles
@ 2019-08-26 20:43 Saravanan Shanmugham (sarvi)
  2019-08-27 17:13 ` Saravanan Shanmugham (sarvi)
  2019-08-27 18:44 ` Taylor Blau
  0 siblings, 2 replies; 3+ messages in thread
From: Saravanan Shanmugham (sarvi) @ 2019-08-26 20:43 UTC (permalink / raw)
  To: git@vger.kernel.org


Based on a previous thread “First Git status takes 40+ minutes, when mounting fileystem/diskimage with 50G GIT repo + 900G of builds articles”

The context is that 
  1. git wokspace was clone(50G)
  2. some 30 platorms build(900G)
  3. This tree was then copied into a new diskimage/filesystem + git update-index --refresh" was done to update the index to the new filesystem, then frozen.
  4. New workspaces created by cloning this frozen diskimage(< 30 seconds)
  5. This diskimage was mounted on a new machine
  6. A file was modified and "git add/commit" was done

I have done “git update-index –refresh”, in the mounted filesystem, as above
This has improved “git status/diff” timing from 40+ minutes to 1.5 minutes for the first time and <5 seconds for subsequent calls.

But "git commit -m "dummy commit" of a 1 line change in 1 file takes about 5-6 minutes, everytime in this workspace.
Tracing shows a whole bunch. The entire 5-6 minutes worth of the following sort of trace logs.
3:13:50.320930 trace git-lfs: filepathfilter: rejecting "x/y/z.o.command" via []
13:13:50.320940 trace git-lfs: filepathfilter: accepting " x/y/z.o.command "
13:13:50.320862 trace git-lfs: filepathfilter: rejecting "a/b/c/d.o.command" via []
13:13:50.320972 trace git-lfs: filepathfilter: accepting " a/b/c/d..o.command"

Does anyone have any insights on what could be causing this?

On the other hand, if I had 
 
Thanks,
Sarvi
Occam’s Razor Rules


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-27 18:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-26 20:43 "git commit" of single file takes 5 minutes, mounted fileystem/diskimage with 50G GIT repo + 900G of builds articles Saravanan Shanmugham (sarvi)
2019-08-27 17:13 ` Saravanan Shanmugham (sarvi)
2019-08-27 18:44 ` Taylor Blau

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).