"php.ini" File Size Values

mike-h30 wrote on Tuesday, April 15, 2008:

What are the recommended values for the following in my php.ini file? 

upload_max_filesize
memory_limit
post_max_size

I plan on using phpMyAdmin-2.11.5 for backing up the openemr database with the export and import database features.

andres_paglayan wrote on Tuesday, April 15, 2008:

upload_max_filesize => think of the biggest pdb you might upload to the system
memory_limit  => depends on your machine’s total ram, total apps, and total concurrent connections, as always the more the merrier,
post_max_size  => at least a little bit more than the max upload,