Hello, i dont know if its the good place to post the issue, i get this error access a meme page others pages work fine

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 35 bytes) in /home/biladii/public_html/sites/all/modules/machinelearningapi/machine_learning_api.inc on line 238

Thanks

Comments

kyle_mathews’s picture

Status: Active » Closed (fixed)

Memetracker uses a lot of memory. The more feeds you have, the more content memetracker will need to hold in memory in order to calculate memes. At some point, it'd be good to reduce the amount of memory used but for the time being, the solution to your error of allowed memory being exhausted is to increase the allowed memory setting in your php.ini file.

Find this line in your php.ini file and increase it to ~300mb

memory_limit = 325M ; Maximum amount of memory a script may consume