Slow Pull Due to Many Objects?

14 views
Skip to first unread message

Joseph Chang

unread,
Dec 28, 2023, 1:28:12 PM12/28/23
to hg-git
Hi,

I am running into an issue where pulling a single commit is very slow on my laptop compared to my desktop.  Both are running TortoiseHg 6.5.1 and hg-git cloned from the repo rev 1912.

One notable difference in the console output is that there are many more objects when pulling from the laptop vs the desktop.  On the laptop there are 26286 objects vs 201 objects on desktop, 130x more!  Any suggestions on how to speed up pulling commits on the laptop?  Thanks in advance!

Laptop

% hg pull --verbose git+https://***@***.c...@gitlab.com/***.git

pulling from git+https://***%40***.c...@gitlab.com/***.git

remote: Enumerating objects: 26286, done.

remote: Counting objects: 100% (2525/2525), done.

remote: Compressing objects: 100% (1049/1049), done.

remote: Total 26286 (delta 2177), reused 1468 (delta 1468), pack-reused 23761

importing 1 git commits

...


Desktop

% hg pull --verbose git+https://***%40***.c...@gitlab.com/***.git

pulling from git+https://***%40***.c...@gitlab.com/***.git

remote: Enumerating objects: 201, done.

remote: Counting objects: 100% (89/89), done.

remote: Compressing objects: 100% (53/53), done.

remote: Total 201 (delta 51), reused 28 (delta 28), pack-reused 112

importing 1 git commits

...


Best Regards,
Joseph
Reply all
Reply to author
Forward
0 new messages