By stattler on
I get the following message often in my drupal site.
user warning: Out of memory (Needed 1610496 bytes) query: SELECT DISTINCT u.uid, u.name, s.timestamp FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.timestamp >= 1209318086 AND s.uid > 0 ORDER BY s.timestamp DESC in /home/test/public_html/stattalkorg/modules/user/user.module on line 762.
I am not sure how to get rid of it. Any help or suggestion will be appreciated. I dont have access to the php.ini file so I cannot modify anything regarding those settings.
Thanks in advance.
Comments
Its in Drupal 6
I forgot to mention the installation. Its Drupal 6.
(no title)
There are two other methods to increase php memory to 20M or even 40M (if you have many additional modules). See:
http://drupal.org/node/207036
This applies to all Drupal versions.
Thanks...
Thanks a lot for those links. By this time, I've made some changes to the "Performance" under "Site Configuration" and that seems to have helped as of now. I will keep posted for newbies like me.