xCache/Cache init time reset every 2 minutes

dihuta

Well-Known Member
#1
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:

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
Could you please help?
thank you.
 

dihuta

Well-Known Member
#3
After read all posts in that topic. Try to change some configs like idle times to -1, instants to 1, SuEXE to No,... All of these factors have no effects.

xCache Init time still reset from 2 - 3 minutes.
 

webizen

Well-Known Member
#4
check if server restarts every 2-3 mins which could affect xCache init time. check uptime in Admin CP -> Actions -> Real-Time Stats.
 
Top