Skip to main content



      Home
Home » Eclipse Projects » EGit / JGit » How to overide the maxObjectSize in FetchCommand (How to overide the maxObjectSize in FetchCommand )
How to overide the maxObjectSize in FetchCommand [message #1869441] Fri, 16 August 2024 13:27
Eclipse UserFriend
I am using FetchCommand to fetch another repository and write the content to local repository, while I am getting error below that the object size exceeds 2GB, how could I override that limit?


Here is the error msg:
org.eclipse.jgit.api.errors.TransportException: Object too large (2,147,483,648 bytes), rejecting the pack. Max object size limit is 2,147,483,639 bytes.
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:249)

[Updated on: Tue, 10 September 2024 12:17] by Moderator

Previous Topic:Git's built-in garbage collection vs JGit handling of garbage collection operation
Next Topic:Conflicting File compare text
Goto Forum:
  


Current Time: Thu May 22 07:26:37 EDT 2025

Powered by FUDForum. Page generated in 0.09546 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top