docker-apache-php icon indicating copy to clipboard operation
docker-apache-php copied to clipboard

Bug apc - apcu

Open keopx opened this issue 8 years ago • 0 comments

To use the new separate backward compatibility extension, you must load apcu.so first, then apc.so.

extension=apcu.so
extension=apc.so
apc.enabled=1
apc.shm_size=256M
apc.ttl=7200
apc.enable_cli=1
apc.gc_ttl=3600
apc.entries_hint=4096
apc.slam_defense=1
apc.serializer=php

See: https://github.com/krakjoe/apcu/issues/137#issuecomment-150760383

keopx avatar Jul 06 '17 16:07 keopx