php requirements

Post Reply
User avatar
nikokara - BANNED
Advisor
Advisor
Posts: 70
Joined: Wed Sep 13, 2017 5:05 pm
Station model: ng265 (Fine Offset)
Software: Cumulus

php requirements

Post by nikokara - BANNED » Wed Oct 18, 2017 7:56 am

Searched the wiki but nothing found

what are exactly the following php requirements for meteotemplate to work properly.

max_execution_time = ???
max_input_time = ???
memory_limit = ???
post_max_size =???
upload_max_filesize =???
niko

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: php requirements

Post by Jachym » Wed Oct 18, 2017 8:37 am

There are no exact limits for this, but you dont have to worry about max_input_time, post_max_size and upload_max_filesize, those are not relevant. What matters is max_execution_time and memory_limit, if these are too low you might have problems in some pages.

User avatar
nikokara - BANNED
Advisor
Advisor
Posts: 70
Joined: Wed Sep 13, 2017 5:05 pm
Station model: ng265 (Fine Offset)
Software: Cumulus

Re: php requirements

Post by nikokara - BANNED » Wed Oct 18, 2017 8:56 am

Jachym wrote: Wed Oct 18, 2017 8:37 am There are no exact limits for this, but you dont have to worry about max_input_time, post_max_size and upload_max_filesize, those are not relevant. What matters is max_execution_time and memory_limit, if these are too low you might have problems in some pages.
Yes i have problems in many pages
Ok Second version of the question.

What is/are the
max_execution_time &
memory_limit
values ??
niko

User avatar
Jachym
Site Admin
Site Admin
Posts: 1686
Joined: Fri Aug 18, 2017 10:12 pm
Location: Brno, Czech Republic
Station model: WH1080
Software: Meteobridge
Contact:

Re: php requirements

Post by Jachym » Wed Oct 18, 2017 9:23 am

There is no exact value for this. First of all it depends on the combination of the two, second, it depends how fast for example your server communicates with the data source. It is trial/error, if it does not work, you need to increase them.

Post Reply