You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit log for large git repositories doesn't fit in memory. We
started seeing failing import jobs for large git repositories.
This patch writes the log to a file before parsing it so that we
don't hold the entire log in memory.
0 commit comments