Hi All,

I keep getting this error for module after module:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520 bytes) in /www/htdocs/drupal/modules/over_text/over_text.module on line 94

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 137 bytes) in Unknown on line 0

If I try to remove the offending module, I get the same error in another.

Any suggestions?

I am running Apache with PHP and MySQL 4.1.7 on Redhat 9.0 (AMDAthlon/768M/SCSI 4G).

thanx,

-vijai.

Comments

pavkata’s picture

I think I read it here in some other post. Rising up memory size in php.ini may fix the problem.

in the part of php.ini file where it says:

; Resource Limits ;

memory_limit = 32M ; Maximum amount of memory a script may consume (8MB)

I put 32MB (8MB was) because I have testing some scripts based on smarty and other template engines which needs more memory to work correctly. If your machine doesn't have much memory try 16MB, this will work fine too.

---
SSDD