I tried to search information about how to modify available memoery in php.ini for drupal profile installation (that is quite big and tells 196Mb is recommended) - but it seems that I can not find any php.ini file. Do I need to upgrade or something or how could I increase that limit? asked 18 Sep '13, 07:41 drupalist |
You can configure php by adding directives to your php.ini. The default "memory_limit" is 128M and to increase to 196M use:
answered 18 Sep '13, 07:58 timg ♦♦ |
It seems that I really need this in order to get anything done, while installing I got error message: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home/mmikko/webapps/<mysite>/includes/menu.inc on line 3734