Skip to content

Instantly share code, notes, and snippets.

@cezarpopa
Created November 2, 2021 20:53
Show Gist options
  • Save cezarpopa/755c99b716f0a303d126baf120f8c7fd to your computer and use it in GitHub Desktop.
Save cezarpopa/755c99b716f0a303d126baf120f8c7fd to your computer and use it in GitHub Desktop.
apcu.ini
#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