SilverStripe - increase file upload limit

While fairly straightforward to adjust, I still miss a step every now and then when I have to adjust this and scratch my head for a bit.  To that end I thought I would post this for my future self :)

How to increase file upload limit in SilverStripe:

Usually it is as simple as adjusting two settings in your php.ini and restarting apache.  (location of php.ini can be seen if you use the phpinfo() function to see the info)

upload_max_files
...