q6b

*
  • *
  • 9
i have an error
« on: June 11, 2015, 02:53:53 AM »
i dont know why i have this error and what i should do to solve it

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 8935861 bytes) in /home/mosalsalat/public_html/sitemap/pages/class.utils.inc.php on line 102

please help me
Re: i have an error
« Reply #1 on: June 11, 2015, 07:51:41 AM »
Hello,

you need to increase memory_limit setting in php configuration (currently it's set to 32M in your case)

q6b

*
  • *
  • 9
Re: i have an error
« Reply #2 on: June 11, 2015, 02:05:05 PM »
Hello,

you need to increase memory_limit setting in php configuration (currently it's set to 32M in your case)

Should i talk to my web host provider about it ?! or i can just do it from the generator?