Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow files bigger than 2GiB for --patch-from option #3852

Open
JuniorJPDJ opened this issue Dec 25, 2023 · 3 comments
Open

Allow files bigger than 2GiB for --patch-from option #3852

JuniorJPDJ opened this issue Dec 25, 2023 · 3 comments

Comments

@JuniorJPDJ
Copy link

This is very crucial for my usecase to have patches for files bigger than 2GiB. I'm trying to find suitable open-source and supported smv alternative as I've a big collection of files very similar to each other (100M patches on >5GiB files).
Is it hard to allow dictionaries larger than 2GiB? (As I suspect this is the limitation reason).
AFAIK 2 gigs is signed int size limit.

@Cyan4973
Copy link
Contributor

Indeed, it's a non trivial patch.
And a non-trivial validation stage, to ensure no regression for existing use cases.

@cantalou
Copy link

We have the same problem. Is there a plan to support this?

@dbregman
Copy link

dbregman commented May 2, 2024

+1 for this, --patch-from is truly amazing, but lack of support for >2GiB is a problem for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants