We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RomM version 3.5.1
Describe the bug I found that ROMM use a lot of memory when scannes 7z files (big size).
7z
To Reproduce Steps to reproduce the behavior:
Complete rescan
Expected behavior ROMM should use better way to calculate the hashe of a file without loading it all in memory (read and calculate by chunk ?).
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
romm/backend/handler/scan_handler.py
Line 235 in 6022d36
romm/backend/handler/filesystem/roms_handler.py
Line 251 in 6022d36
Line 115 in 6022d36
The text was updated successfully, but these errors were encountered:
#1226
Aware and being worked on for future release
Sorry, something went wrong.
No branches or pull requests
RomM version
3.5.1
Describe the bug
I found that ROMM use a lot of memory when scannes
7z
files (big size).To Reproduce
Steps to reproduce the behavior:
Complete rescan
for that libraryExpected behavior
ROMM should use better way to calculate the hashe of a file without loading it all in memory (read and calculate by chunk ?).
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
romm/backend/handler/scan_handler.py
Line 235 in 6022d36
romm/backend/handler/filesystem/roms_handler.py
Line 251 in 6022d36
romm/backend/handler/filesystem/roms_handler.py
Line 115 in 6022d36
The text was updated successfully, but these errors were encountered: