Page 1 of 1

In regards to large list not downloading

PostPosted: Mon Aug 12, 2013 9:29 pm
by Nefariousparity
Is this information still accurate?

mflorrel
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
default_socket_timeout = 60

The post was from 2006?

Currently, in my php.ini I have

mflorrel
max_execution_time = 330 ; Maximum execution time of each script, in seconds
max_input_time = 360 ; Maximum amount of time each script may spend parsing request data
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
default_socket_timeout = 60

Yet, I am unable to download a list with

54207 records.

This is of course while the dialer is running, but the loads are fine.
System Load Average: 0.02 0.15 0.20

Re: In regards to large list not downloading

PostPosted: Mon Aug 12, 2013 10:41 pm
by williamconley
if you're not sure, add a zero to each of the amounts and restart apache. (ie: 300 instead of 30; 600 instead of 60; 1280 instead of 128). If that works, then you can experiment until you find settings that are appropriate for your needs ... but the sledgehammer approach just to "check" first is often very helpful. 8-)

Re: In regards to large list not downloading

PostPosted: Tue Aug 13, 2013 12:41 am
by Nefariousparity
Once again William. Thank you, Thank you very much Mr. Bond. I mean William.

Re: In regards to large list not downloading

PostPosted: Tue Aug 13, 2013 1:21 am
by williamconley
I hope that means it worked. :) Have a good week.

Re: In regards to large list not downloading

PostPosted: Tue Aug 13, 2013 4:51 pm
by Nefariousparity
Yes it did!Thank you.