Created
May 28, 2014 18:10
-
-
Save cmejo/f197bec524c093f017c8 to your computer and use it in GitHub Desktop.
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
| extension=apc.so | |
| apc.enabled=1 | |
| apc.shm_segments=1 | |
| ;could go down to 32M, 128M is rather high but we have the memory for it | |
| apc.shm_size=128M | |
| apc.cache_by_default=1 | |
| apc.stat=0 | |
| apc.ttl=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment