[Vtigercrm-developers] Scheduled import error: exceeding memory limit

Prasad prasad at vtiger.com
Fri May 11 10:48:15 PDT 2012


Adam,

Wouldn't APC cache help in this case?

Regards,
Prasad

On Fri, May 11, 2012 at 10:52 PM, Adam Heinz <amh at metricwise.net> wrote:

> On Fri, May 11, 2012 at 12:30 PM, Alan Lord (News) <alanslists at gmail.com>
> wrote:
> > PHP Fatal error:  Allowed memory size of 67108864 bytes exhausted
>
> This is systemic of many PHP applications.  Due to the require_once
> nature of imports, after a while you tend to include the world on
> every page load.  One of the better efforts I've seen to combat this
> is the jimport/autoload architecture in Joomla!, which makes all class
> loading lazy.  The primary advantage of this is that you get your
> memory consumption down, but at the expense of run time errors if you
> don't keep your imports squeaky clean.
>
> _______________________________________________
> http://www.vtiger.com/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20120511/e8c0233a/attachment.html 


More information about the vtigercrm-developers mailing list