Created
November 2, 2021 20:53
-
-
Save cezarpopa/755c99b716f0a303d126baf120f8c7fd to your computer and use it in GitHub Desktop.
apcu.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#yum install php-pear php-devel httpd-devel pcre-devel gcc make | |
#pecl install apc | |
#http://pecl.php.net/bugs/bug.php?id=16843 | |
#http://pecl.php.net/bugs/bug.php?id=16843 | |
extension=apcu.so | |
apc.enabled=1 | |
apc.write_lock=1 | |
apc.shm_size=100M | |
apc.slam_defense=0 | |
apc.enable_cli=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment