-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Insane RAM Usage and Memory Leak #640
Comments
|
I'm reading from a virtual drive using Google's official Drive software. The software installs the Google Drive as a network drive similar to a NAS. |
On my mac Google Drive only works when I mirror my files, meaning I have them all on my computer.
The other Google Drive mode (where it dynamically downloads the files) doesn't work with allusion, I don't know why.
Note: even when mirroring my files there is a problem where Google Drives keeps thinking that I updated all of the files, I think it comes from reading the metadata, Drive thinks I modified the file
…On 6 Nov 2024 at 22:40 -0300, MythicPalette ***@***.***>, wrote:
I'm reading from a virtual drive using Google's official Drive software. The software installs the Google Drive as a network drive similar to a NAS.
The images are JPEG.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Running into the same issue here. Opening a folder with thousands of images which don't have a thumbnail yet lead to high memory usage and crash. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When generating thumbnails in a folder with many images, the RAM skyrockets by an insane amount. To test, I loaded a folder with 358 images in it. After creating all of the thumbnails, I am 14.4 GB of RAM usage (Shown below)
After reaching about 12-15GB on my PC, it then becomes unstable and frequently will to fail to create thumbnails, resulting in blank thumbnails.
Leaving the program to sit for even half an hour never decrease the RAM, indicating a garbage collection failure and memory leak. The only ways to reduce RAM is to refresh with F5 or restart the application entirely.
RAM usage is normal while browsing a folder with all thumbnails already generated as shown below.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect that whatever objects in memory that were created to generate the thumbnails would be properly disposed of and removed from memory through garbage collection.
Screenshots
After Thumbnail Creation:
After Restarting in the same folder:
Allusion version
Desktop OS
Windows 11
The text was updated successfully, but these errors were encountered: