I got the following error message when I tried to install version 7.15. Fatal error: Out of memory (allocated 10485760) (tried to allocate 7168 bytes) in.../modules/user/user.pages.inc on line 498

I'm not sure if this problem is related, but I seem to have a continuous problem of running out of memory with files that end in .inc. I spoke to my service provider, and found it had nothing to do with the .php memory level it was with the .inc level and they were unsure as to how to up the levels for this particular file type.

Comments

marcingy’s picture

Category: bug » support
Priority: Critical » Normal

This is a support request

JvE’s picture

The inc files are normal php files so this has nothing to do with file types.

Please see this thread for information on memory issues: http://drupal.org/node/463234

It boils down to one of three causes:
1. PHP memory limit. See PHP memory limit on /admin/reports/status
2. Apache memory limit. See http://drupal.org/node/463234#comment-1794502 for a way to check this.
3. Server memory. There may actually not be enough memory available in the server.

dddave’s picture

Status: Active » Closed (duplicate)

#2 is right

Closing as dupe because there are tons of similar issues out there.