Advertisement
Guest User

opcache settings

a guest
Nov 15th, 2013
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. opcache.enable true
  2. opcache.enable_cli false
  3. opcache.use_cwd true
  4. opcache.validate_timestamps true
  5. opcache.inherited_hack true
  6. opcache.dups_fix false
  7. opcache.revalidate_path false
  8. opcache.log_verbosity_level 1
  9. opcache.memory_consumption 64.00 MB
  10. opcache.interned_strings_buffer 4
  11. opcache.max_accelerated_files 2000
  12. opcache.max_wasted_percentage 0.05
  13. opcache.consistency_checks 0
  14. opcache.force_restart_timeout 180
  15. opcache.revalidate_freq 2
  16. opcache.preferred_memory_model
  17. opcache.blacklist_filename
  18. opcache.max_file_size 0
  19. opcache.error_log
  20. opcache.protect_memory false
  21. opcache.save_comments true
  22. opcache.load_comments true
  23. opcache.fast_shutdown false
  24. opcache.enable_file_override false
  25. opcache.optimization_level 4294967295
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement