Advertisement
Guest User

Untitled

a guest
May 5th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [xcache-common]
  2. zend_extension = /usr/lib64/php/modules/xcache.so
  3. auto_globals_jit = Off
  4.  
  5. [xcache-admin]
  6. xcache.admin.user = "admin"
  7. xcache.admin.password = "hidden"
  8.  
  9. [xcache]
  10. ; Change xcache.size to tune the size of the opcode cache
  11. xcache.size         = 24M
  12. xcache.shm_scheme   = "mmap"
  13. xcache.count        = 4
  14. xcache.slots        = 8K
  15. xcache.ttl          = 0
  16. xcache.gc_interval  = 0
  17.  
  18. ; Change xcache.var_size to adjust the size of variable cache
  19. xcache.var_size     = 8M
  20. xcache.var_count    = 1
  21. xcache.var_slots    = 8K
  22. xcache.var_ttl      = 0
  23. xcache.var_maxttl   = 0
  24. xcache.var_gc_interval =     300
  25. xcache.test         = Off
  26. xcache.readonly_protection = On
  27. xcache.mmap_path    = "/tmp/xcache"
  28. xcache.coredump_directory =   ""
  29. xcache.cacher       = On
  30. xcache.stat         = On
  31. xcache.optimizer    = Off
  32.  
  33. [xcache.coverager]
  34. xcache.coverager    = On
  35. xcache.coveragedump_directory = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement