Allowed memory size of 536870912 bytes exhausted error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murugappan
    Active Community Member
    • Aug 2017
    • 542

    #1

    Allowed memory size of 536870912 bytes exhausted error

    Hi,

    Occasionally, our CRM app is registering this error:

    Allowed memory size of 536870912 bytes exhausted (tried to allocate 33888504 bytes) in /home/crmemast/public_html/emascrm/vendor/maennchen/zipstream-php/src/File.php on line 131

    Is there a default memory_limit set in the app? Need help to address this issue.
  • yuri
    EspoCRM product developer
    • Mar 2014
    • 9889

    #2
    Hi,

    On which version does it happen?

    You can try to increase memory limit 2X (from 512 to 1024 MB) in the PHP config. The application itself does not control the memory limit.

    Comment

    Working...