View Single Post
  #1  
Old 10-22-2012, 10:59 PM
eagle eyes eagle eyes is offline
Member
 
Join Date: Apr 2012
Posts: 23
Default APC Cache and Fragmentation

My APC is showing

Fragmentation: 100.00% (296.0 KBytes out of 296.0 KBytes in 218 fragments)

Free: 296.1 KBytes (0.2%) Hits: 266255 (94.4%)
Used: 191.7 MBytes (99.8%)

Code:
apc.cache_by_default	1
apc.canonicalize	1
apc.coredump_unmap	0
apc.enable_cli	0
apc.enabled	1
apc.file_md5	0
apc.file_update_protection	2
apc.filters	
apc.gc_ttl	600
apc.include_once_override	0
apc.lazy_classes	0
apc.lazy_functions	0
apc.max_file_size	1M
apc.mmap_file_mask	
apc.num_files_hint	1000
apc.preload_path	
apc.report_autofilter	0
apc.rfc1867	0
apc.rfc1867_freq	0
apc.rfc1867_name	APC_UPLOAD_PROGRESS
apc.rfc1867_prefix	upload_
apc.rfc1867_ttl	3600
apc.serializer	default
apc.shm_segments	1
apc.shm_size	192M
apc.slam_defense	1
apc.stat	1
apc.stat_ctime	0
apc.ttl	3600
apc.use_request_time	1
apc.user_entries_hint	4096
apc.user_ttl	3600
apc.write_lock	1
What do i have to do here? I am running Litespeed 4.2 in suexec daemon mode.
Reply With Quote