You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a memory and CPU limited server (shared hosting) and when I try to upload a large number of photos it seems that each of them creates a process for resizing (so if I drag and drop 100 photos, 100 threads will start). This hits the CPU/memory limit and the processes crash, so I get a lot of fails in the status, or the upload crashes completely because the upload process hit the limit and the whole page crashes. The limit varies with the photo dimensions, probably because the high resolution photos need more CPU time and memory to resize.
It would be great if only a limited number of processing threads can be set to start in parallel, and all the other uploads wait until there is a processing slot for them.
The text was updated successfully, but these errors were encountered:
As a workaround for now, assuming that you have file access to that server, you can upload the files to the server using ftp/ssh/whatever and then use Lychee's Import from Server feature. Importing is then done one-by-one (sequentially).
I have a memory and CPU limited server (shared hosting) and when I try to upload a large number of photos it seems that each of them creates a process for resizing (so if I drag and drop 100 photos, 100 threads will start). This hits the CPU/memory limit and the processes crash, so I get a lot of fails in the status, or the upload crashes completely because the upload process hit the limit and the whole page crashes. The limit varies with the photo dimensions, probably because the high resolution photos need more CPU time and memory to resize.
It would be great if only a limited number of processing threads can be set to start in parallel, and all the other uploads wait until there is a processing slot for them.
The text was updated successfully, but these errors were encountered: