Increase snapin size Ubuntu 14.04
-
I need more than the 100M default size for snapins. I think the default should be higher, 90% of my snapins are over 100Mb. I found where t do it in centOS but not for Ubuntu?
Thanks
-
@andyroo54 I agree, the default maximum should be bigger. I’d opt for 512MB or 1GB.
-
Found this link in an old thread:
http://php.net/manual/en/ini.core.php#ini.post-max-sizehttps://forums.fogproject.org/topic/5948/unable-to-add-new-snapin
-
Thanks Wayne.
For anyone who finds this thread, on Ubuntu, just cd to /etc/php5/apache2 then edit php.ini
Using nano to edit, find upload_max_filesize and post_max_size and increase both as desired. I increased mine to 3000M (3GB approx.)