miurahr / py7zr

7zip in python3 with ZStandard, PPMd, LZMA2, LZMA1, Delta, BCJ, BZip2, and Deflate compressions, and AES encryption.

Home Page:https://pypi.org/project/py7zr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash back of large file decompression program.

xiezhoubin opened this issue · comments

I pack it into a separate exe program. When decompressing the 7z format compressed package of large files (> 200MB), the program will flash back. It is OK to decompress small files. My computer configuration is not bad, with 16g running memory.

Please report according to template.



**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**Related issue**
<!-- (if exist)  -->

**To Reproduce**
<!--
Steps to reproduce the behavior:
(example)
1. Prepare test data attached as 'file' in current directory.
2. Run following code with python3.

import py7zr
archive = py7zr.SevenZipFile('test.7z','w')
archive.writeall('file')
archive.close()

3. test.7z is produced
4. run command in ternminal '7z l test.7z'
5. See error
-->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Environment (please complete the following information):**
 - OS: <!-- [e.g. Windows 10, Ubuntu Linux 18.04.01] -->
 - Python <!-- [e.g. 3.6, pypy3.6.9-7.3.0] -->
 - py7zr version: <!-- [e.g. v0.5b1, commit #123456 on master] -->

**Test data(please attach in the report):**
<!-- A minimum test data to reproduce your problem. -->

**Additional context**
<!-- Add any other context -->

There is no information provided.