Allowed memory size error - Joomla! Forum - community, help and support
i installed mod_jw_srfr module rss news feeding. working fine last few days today error appeared says;
fatal error: allowed memory size of 8388608 bytes exhausted (tried allocate 393216 bytes) in c:\wamp\www\joomla\modules\mod_jw_srfr\mod_jw_srfr\simplepie.inc on line 3646
i opened file find related memory allocation.
what shall bypass error ?
fatal error: allowed memory size of 8388608 bytes exhausted (tried allocate 393216 bytes) in c:\wamp\www\joomla\modules\mod_jw_srfr\mod_jw_srfr\simplepie.inc on line 3646
i opened file find related memory allocation.
what shall bypass error ?
you not find on particular line because php allocates memory when more memory required. memory_limit directive in php.ini file sets upper limit memory can used in each php session.
the maximum memory setting memory_limit in php.ini file default 8m. need hosting company increase it, or need create small php.ini file in root folder of joomla installation sets higher limit php sessions: http://php.net/manual/en/ini.core.php
here recent thread discussing how increase memory limit e.g. 32m: http://forum.joomla.org/viewtopic.php?f=32&t=246541
the maximum memory setting memory_limit in php.ini file default 8m. need hosting company increase it, or need create small php.ini file in root folder of joomla installation sets higher limit php sessions: http://php.net/manual/en/ini.core.php
here recent thread discussing how increase memory limit e.g. 32m: http://forum.joomla.org/viewtopic.php?f=32&t=246541
Comments
Post a Comment