I checked from my hosting company and found the following info:
safe mode = Off (cannot adjust)
memory_limit = 256M (MAXIMUM)
max_execution_time = 30 (MAXIMUM in seconds)
max_input_time = 60 (MAXIMUM in seconds)
post_max_size = 64M (MAXIMUM)
upload_max_filesize = 64M (MAXIMUM)
enable_dl = Off (cannot adjust)
Any tip or idea?
Ata
holch wrote:
I am not referring to disk space, bandwith or transfer data limit, but to limits in server config files like php.ini like the maximum execution time your server allows for a script (to avoid blocking the server - in the backup case it is not a problem, because you don't do this all the time, but if a normal script runs into those limits and it is excecuted often, that can cause problems with availability, that is why there are such limits) or the maximum memory size a script can ocupy on the server.
If it is a shared hoster, you usually have no access to those files.