I keep getting below error even after i increased the memory_limit in php.ini to 100M. Any clues?

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 34328 bytes) in /var/www/drupalsites/sites/unixtop.com/modules/views/views_ui.module on line 1668

Sincerly, i dont understand why this error happens when it requires few KBs!

The link iam trying to reach is http://www.unixtop.com/admin/build/views/add

what settings to be changed ?

Comments

asimmonds’s picture

The error is saying that the memory limit is still 16M. Did you restart Apache after increasing the memory_limit value in php.ini?

mrrijo’s picture

yes, i restarted. But the error was still there. I disabled some modules which were in alpha state, and it became alright. Anyway thank you.

sun’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.