Replies: 3 comments
|
You can try to increase JGit buffer cache size in ~/.gitconfig, e.g.: you may need to also increase max heap size for Eclipse in eclipse.ini |
0 replies
|
If this clone involves any LFS objects being transferred I wouldn't be surprised if that is slower. |
0 replies
|
Thank you for your advice! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
we have several big repos in our company, e.g. 800 MB Git, 8 GB LFS.
I am currently using Eclipse 2024-03 for cloning the repos with
Import -> Git -> Projects from Git (with smart import)
Clone via https.
Branch Selection: default (all)
Tag fetching strategy: default (When fetching a commit, also fetch its tags)
Eclipse:
Receiving objects (634.831) 1:00
Resolving deltas (201.830) 0-53% (15 sec), 53-100% 07:00min
Checking out files (3805) 0:40
Total ~8:55 min
Command Line:
Receiving objects (644.480) 0:50
Resolving deltas (206.003) 1:44
Updating files (3805) 0:19
Filterung content 0:04
Total ~2:57 min
JGit needs about 9 minutes for cloning, the command line 3 minutes.
Is there any way to get the resolving deltas faster?
All reactions