Closed
Description
@ericnitschke asks if IIAB can consider new defaults to /etc/php/7.0/apache2/php.ini (and similar, across all OS's) to something like this?
upload_max_filesize 64M ; default on RPi is 2M
post_max_size 128M ; default on RPi is 8M
memory_limit 256M ; default on RPi is 128M
max_execution_time 300 ; default on RPi is 30
max_input_time 300 ; default on RPi is 60
(At a glance I'm concerned about modifying 5 defaults on such a RAM-constrained platform, and hope @kananigit and others can help investigate this, so occasional WordPress users still have the choice to keep their RPi machines responsive w/o too many resources grabbed by WordPress?)