Hello,
My xcache - Cache init time reset every 2 minutes. Although I change var_ttl, var_maxttl, var_gc_interval to bigger number of even Zero, it sill be reset every 2 minutes.
Here are my settings:
Could you please help?
thank you.
My xcache - Cache init time reset every 2 minutes. Although I change var_ttl, var_maxttl, var_gc_interval to bigger number of even Zero, it sill be reset every 2 minutes.
Here are my settings:
xcache.cacher = On
xcache.shm_scheme = "mmap"
xcache.size = 256M
xcache.count = 24
xcache.slots = 16K
xcache.ttl = 0
xcache.gc_interval = 900
xcache.var_size = 512M
xcache.var_count = 24
xcache.stat = On
xcache.var_slots = 16K
xcache.var_ttl = 90
xcache.var_gc_interval = 90
xcache.var_maxttl = 120
xcache.shm_scheme = "mmap"
xcache.size = 256M
xcache.count = 24
xcache.slots = 16K
xcache.ttl = 0
xcache.gc_interval = 900
xcache.var_size = 512M
xcache.var_count = 24
xcache.stat = On
xcache.var_slots = 16K
xcache.var_ttl = 90
xcache.var_gc_interval = 90
xcache.var_maxttl = 120
thank you.