You are here

apc.ini.txt in Production check & Production monitor 7

Same filename and directory in other branches
  1. 6 docs/apc.ini.txt
extension=apc.so

# commented entries are set by default

#apc.cache_by_default=1
#apc.coredump_unmap=0

apc.enable_cli=1

#apc.enabled=1
#apc.file_update_protection=2
#apc.filters
#apc.gc_ttl=3600
#apc.include_once_override=0
#apc.max_file_size=1M

apc.mmap_file_mask=/tmp/apc.XXXXXX
apc.num_files_hint=4096

#apc.report_autofilter=0
#apc.rfc1867=0
#apc.rfc1867_freq=0
#apc.rfc1867_name=APC_UPLOAD_PROGRESS
#apc.rfc1867_prefix=upload_
#apc.shm_segments=1

# 64Mb should be sufficient for dedicated single site hosting.
# For shared hosting setups, you should double this.
apc.shm_size=64
#apc.shm_size=128

#apc.slam_defense=0
#apc.stat=1
#apc.stat_ctime=0

apc.ttl=7200
apc.user_entries_hint=4096
apc.user_ttl=7200

#apc.write_lock=1

File

docs/apc.ini.txt
View source
  1. extension=apc.so
  2. # commented entries are set by default
  3. #apc.cache_by_default=1
  4. #apc.coredump_unmap=0
  5. apc.enable_cli=1
  6. #apc.enabled=1
  7. #apc.file_update_protection=2
  8. #apc.filters
  9. #apc.gc_ttl=3600
  10. #apc.include_once_override=0
  11. #apc.max_file_size=1M
  12. apc.mmap_file_mask=/tmp/apc.XXXXXX
  13. apc.num_files_hint=4096
  14. #apc.report_autofilter=0
  15. #apc.rfc1867=0
  16. #apc.rfc1867_freq=0
  17. #apc.rfc1867_name=APC_UPLOAD_PROGRESS
  18. #apc.rfc1867_prefix=upload_
  19. #apc.shm_segments=1
  20. # 64Mb should be sufficient for dedicated single site hosting.
  21. # For shared hosting setups, you should double this.
  22. apc.shm_size=64
  23. #apc.shm_size=128
  24. #apc.slam_defense=0
  25. #apc.stat=1
  26. #apc.stat_ctime=0
  27. apc.ttl=7200
  28. apc.user_entries_hint=4096
  29. apc.user_ttl=7200
  30. #apc.write_lock=1