You are not logged in.
Pages: 1
Hello everyone
I would like you to help me solve my problem, I install glpi under ubuntu 17.10 with apache2 php7.1 and mysql phpmyadmin.
when I execute the following command:
php /var/www/glpi/front/cron.php or php7.1 /var/www/glpi/front/cron.php
also /usr/bin/php7.1/var/www/glpi/front/cron.php
in any case I have the following error message:
PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes) in /var/www/glpi/inc/commondbtm.class.php on line 2255
thank you in advance for helping me solve this
Last edited by ajamouhi (2018-01-10 13:14:51)
Offline
Did you check your configuration ?
grep memory_limit /etc/php/7.0/apache/php.ini
i got memory_limit = 128M
grep memory_limit /etc/php/7.0/cli/php.ini
i got memory_limit = -1
You can mark this threat as [resolved] in subject of your threat. (This is only available edit of the first post.) It is good for users who help others to quickly see which post is still open.
##############################################
GLPI 9.3.3
Offline
Pages: 1