Skip to content

Instantly share code, notes, and snippets.

@yugaego
Created July 25, 2014 13:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yugaego/79c7dedbd1f9a71e558b to your computer and use it in GitHub Desktop.
Save yugaego/79c7dedbd1f9a71e558b to your computer and use it in GitHub Desktop.
OPCache configuration
[OPCache]
opcache.enable=1
opcache.enable_cli=0
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=2000
opcache.max_wasted_percentage=5
opcache.use_cwd=1
opcache.validate_timestamps=0
opcache.revalidate_freq=0
opcache.revalidate_path=1
opcache.save_comments=0
opcache.load_comments=0
opcache.fast_shutdown=1
opcache.enable_file_override=0
opcache.optimization_level="0xffffffff"
opcache.inherited_hack=1
opcache.dups_fix=0
opcache.blacklist_filename=""
opcache.max_file_size=0
opcache.consistency_checks=0
opcache.force_restart_timeout=180
opcache.error_log=""
opcache.log_verbosity_level=1
opcache.preferred_memory_model=""
opcache.protect_memory=0
opcache.mmap_base=NULL
@alainalemany
Copy link

This works with PHP 5.6?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment