09/16/2013 at 11:49 am
#269260
Participant
I have discovered that the PHP configuration can only be customized by the server administrator. I have no idea how I’d go about requesting a change or whether it could even be accomodated. Here are the default settings:
max_execution_time– Maximum execution time of each script, in seconds– 90
max_input_time– Maximum time each script may spend parsing request data– 60
memory_limit– Maximum amount of memory a script may consume (128MB)– 128M
upload_max_filesize– Maximum allowed size for uploaded files– 64M
Is there a workaround to get the import to work under these settings? Let me know what you recommend. Thanks!
