Memory leak in .zstd file decompression
Summary The issue at hand is a memory leak occurring during the decompression of a .zstd file in a Python application. The file, which is approximately 300 Mb in size, is downloaded, decompressed, and then saved to S3 storage. Despite the code functioning as intended, a significant increase in RAM usage is observed, indicating a … Read more