MaximumOverflow / Philia

An easy to use imageboard scraper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting an Out of Memory error

AmedarW opened this issue · comments

image
I'm unsure if it's just me, but it's happened multiple times

What were you doing when it happened?

I was downloading images, sometimes when its in the progress of downloading it crashes and sends me the Out of Memory error

Weird... I've never seen that before...
Since you're training SD models I assume your system isn't not short of RAM.
The download process is completely detached from the webview, so it shouldn't be affected.
There are some RAM usage spikes while downloading images on my end too, but it never goes beyond 1.5GB (admittedly way too much) even while downloading a few hundred images at once.
So yeah... I have no idea...
I'll investigate it after I finish the rewrite, hopefully it'll be already fixed by then.