Skip to content

Instantly share code, notes, and snippets.

@perusio
Created July 3, 2014 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perusio/fb9736baf1629f311f55 to your computer and use it in GitHub Desktop.
Save perusio/fb9736baf1629f311f55 to your computer and use it in GitHub Desktop.
extension=apc.so
; Set the shared memory segment size.
apc.shm_size = 256M
; Optimize the require_once and include_once calls.
;apc.include_once_override = 1
; Change the TTL.
apc.ttl = 7200
apc.user_ttl = 7200
; Enable de CLI
apc_enable.cli = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment