I am continuously getting allowed memory size exhausted error at my yii application (version 1.1.13). Below are the files with line no where I am getting the issue -
We have lot of AR models in our application but we are reading only few. For more information we are getting the error few times at staging server only (ubuntu) and even at the login page where we are reading only 3 AR models. At our local environment (windows with 512MB memory limit) its working fine without any memory issue.
We have set the import path at our application config file for all AR models that I believe is for autoloading only.
We tracked the fatal error and found that the out of memory issue is occurring during the initialization of yii - ‘user’ component. I am using allowAutoLogin for user component configuration.