Ver8 : How to Incrace memory_limit
PermalinkI want to upload very tall pic (1900X5000) size: 2m.
I think the "tall" pic make some problems when its need to generate "thumbnails" (memory).
Anyway i dont know how to incrace the memory limit from 128
This tut not work for me:
http://legacy-documentation.concrete5.org/tutorials/php-fatal-error...
Also i go to file inside:
wamp/bin/apache/apache2.4.9/bin/php.ini
and change :
; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit memory_limit = 500M

Thanks.