Problem in memory size

toma - August 27, 2008 - 11:50
Project:Memetracker
Version:6.x-1.1-alphpa5
Component:Miscellaneous
Category:support request
Priority:critical
Assigned:toma
Status:closed
Description

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

#1

kyle_mathews - September 3, 2008 - 12:52
Status:active» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.