Hello From that stats what do you think is it ok or i can give more power to xcache as i have a 2gb free ram? If you think that i can more power there let me know what i can change in the ini file according to my server: # 2x Intel Xeon Quad 5405 # 8192 MB FB DDR2 RAM (i can add extra 4gb) # SAS 160gb 15.000 rpm My ini settings: [xcache] xcache.shm_scheme = "mmap" xcache.size = 64M xcache.count = 8 xcache.slots = 1K xcache.ttl = 3600 xcache.gc_interval = 300 xcache.var_size = 8M xcache.var_count = 1 xcache.var_slots = 1K xcache.var_ttl = 3600 xcache.var_maxttl = 3600 xcache.var_gc_interval = 300 ; N/A for /dev/zero xcache.readonly_protection = Off xcache.mmap_path = "/dev/zero" xcache.cacher = On xcache.stat = On ; Local Variables: ; tab-width: 4 ; End: Code (markup):
Xcache isn't using all the memory it currently has allocated, so giving it more memory isn't going to make it any faster/better.
Yes that's what i am asking if the alocated is not enough to add more and what edit i must do to increase it? Thanks