How to change the Limits on Simultaneous Uploads Quantity
-
On the “Upload” page of the plugin, a very useful prompt that is stating the definitions and limits of my server when it comes to uploads:
“Notice: your server allows you to upload 20 files of maximum 5G bytes each and total 5G bytes and allows 3600 seconds to complete. If your request exceeds these limitations, it will fail, probably without an errormessage. Additionally your hosting provider may have set other limitations on uploading files.
Based on your server memory limit you should not upload images larger then 889.1 Mega pixels
E.g. not bigger than approx 35250 x 26450 pixels (4:3) or 40700 x 22900 (16:9)There is a typo in “errormessage“
The prompt suggests that there is rather an upload limit when it comes to how many items simultaneously can be uploaded via the server.
Where would be that setting to change on the server? Would it be under /etc/php/8.3/apache2/php.ini entry?I do have these changes within the server’s php.ini entry: (the generous resources setup is due to that the server is a installed as a VM locally.)
memory_limit = 4G
post_max_size = 5G
upload_max_filesize = 5G
max_execution_time = 3600
max_input_time = 3600What do I need to look for, and change perhaps to ‘limitless’ simultaneous uploads (or much larger number)?
I hope you don’t mind this generic question that is more related to the basic setup of the server rather than of the plugin itself.
Thank youPS: I love the wordings and solid and clear definitions of this statement that are describing the server’s limits of file uploads, actually I didn’t know what is the difference between
post_max_size = 5G
&
upload_max_filesize = 5G
until I read the description within the plugin generated prompt on the Upload page.
‘upload 20 files of maximum 5G bytes each
and total 5G bytes
and allows 3600 seconds to complete‘
- You must be logged in to reply to this topic.