SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
Список вопросов ПечатьМетки: apache directadmin eaccelerator php
eAccelerator: Could not allocate 536870912 bytes, the maximum size the kernel allows is 134217728 bytes. Lower the amount of memory request or increase the limit in /proc/sys/kernel/shmmax. PHP Warning: [eAccelerator] Can not create shared memory area in Unknown on line 0 PHP Fatal error: Unable to start eAccelerator module in Unknown on line 0
RemiZOffAlex Создано: 2016-11-24 12:53:47.438918 Обновлено: 2016-11-24 12:53:47.438918 |
---|
Меняем значение eaccelerator.shm_size в /usr/local/lib/php.ini уменьшая его. Например: eaccelerator.shm_size="32" |