Fatal error: Allowed memory size of 16777216 bytes exhausted

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jupiter5
    New Member
    • Oct 2007
    • 15

    #16
    ini_set('memory_limit', 32 * 1024 * 1024);

    I added above code in my config.php. Nothing was change. When I changed 32 to 64 fatal error memory size message dissapeared.

    ini_set('memory_limit', 64 * 1024 * 1024);

    works great.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...