Score: 0.00 Votes: 0
rate this

Limit on Download all attachments?

Starter: Punly Posted: 18 years ago Views: 361
#1564033
Lvl 27
Is there a limit on the download all attachments feature? Sometimes I am able to download all the attachments on large threads, and other times I get this error message.

Quote:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 553571 bytes) in /var/www/v4.whatboyswant.com/Php/zip.class.php on line 113


This looks like it's only possible to download 33.5 MB zips. I know just a few days ago I was downloading zips that were 50+ MB.
* This post has been modified : 18 years ago
#1564034
Lvl 5
This most certainly has got something to do with the memory size that a PHP processes may use. It looks like the images get zipped in memory which is probably a bad idea anyway and thus these restrictions aply. Maybe the per process setting was changed recently.
* This post has been modified : 18 years ago
#1564035
Lvl 25
Should now be 128mb, I downgraded the memory usage a little to test a theory.
* This post has been modified : 18 years ago
#1564036
Lvl 27
So far, so good; thanks Diz
* This post has been modified : 18 years ago