Ask Your Question
0

In C++ on Windows, what could be the reason for zstd API being unsuccessful in decompressing .zst files bigger than 4 GB?

asked 2022-09-06 11:00:00 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-08-31 20:00:00 +0000

scrum gravatar image

One possible reason could be that the zstd library was compiled with a 32-bit architecture, which has a maximum file size limit of 4 GB. To decompress files larger than 4 GB, the zstd library needs to be compiled with a 64-bit architecture. Another reason could be that the operating system itself has limitations on handling files larger than 4 GB, which can affect the zstd library's ability to decompress such files.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-09-06 11:00:00 +0000

Seen: 10 times

Last updated: Aug 31 '22