Skip to content
New issue

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

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

Already on GitHub? # to your account

compress bigsize file #46

Open
8banzhuan opened this issue Jan 16, 2024 · 2 comments
Open

compress bigsize file #46

8banzhuan opened this issue Jan 16, 2024 · 2 comments

Comments

@8banzhuan
Copy link

Thank you for providing such an efficient compressor!
Now I want to use your code to test some of my own data sets, but my data may be relatively large, the minimum is about 1GB. Using the tutorial you provided to put the file into the specified directory and run the Test class will report an error. I would like to ask for advice. Is there a limit to the file size that the Test class can test? If so, how can I break through this limit?

@IrisLoveLeo
Copy link
Contributor

Sorry for the late response. Could you please provide the error information?

@zcc0de
Copy link

zcc0de commented Feb 14, 2024

You can tackle this problem by changing OutputBitStream buffer size in the constructor of ElfXORCompressor.

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

No branches or pull requests

3 participants