Hello, After I enable fileinfo.so on the server, a platform I use (Mautic - similar to Wordpress, but for Marketing Automation), started to give error:
[08-Mar-2018 00:03:01 America/Sao_Paulo] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4480 bytes) in /home/xxx/public_html/mautic/app/bundles/DashboardBundle/Views/Dashboard/index.html.php on line 44
My server already has memory_limit
set to 1024M
, I think more than enough!
Interesting that before enabling fileinfo.so
, this error did not happen. Can anyone tell me why? I believe that with this module enabled, the system (Mautic) can do some file creation (I believe this is the purpose of the module) that consumes a lot of memory .. Is this?
Do I need to put more memory to allocate in memory_limit
? I think it's absurd, but has anyone ever needed more than this for some application?
Thank you