zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

apc.shm_size now uses M/G

March 19, 2013 by Igor Drobot Leave a Comment

php5-fpm

PHP Warning: PHP Startup: apc.shm_size now uses M/G suffixes, please update your ini files

Solution is pretty simple change in your php.ini

from:

1
apc.shm_size=512

apc.shm_size=512

to

1
apc.shm_size=512M

apc.shm_size=512M

You may need to specify “M” for Megabyte (MB) or “G” for Gigabyte(GB) to solve this issue.

Filed Under: Linux Tagged With: apc, PHP

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Leave a Reply

Your email address will not be published. Required fields are marked *