hi there, we relaunched a very large and high traffic application a few days ago and moved from memcache to xcache. everything works fine but we have a memory leak on the new system and I'm wondering if xcache could be the reason. is there any failsafe way to check the memory usage of xcache? the admin interface doesn't show enough information to come to a conclusion. PHP and VAR have both 128 MB, the half of it is in use... gc_interval is set to 600, slots is 16k we use xcache version 1.2.2 with apache 2.2.4. oh, and what does "misses" mean? how can the xcache "miss" a result?? thanx in advance best regards marcus
on 10.07.2008 17:04
on 11.07.2008 01:06
> we relaunched a very large and high traffic application a few days ago > and moved from memcache to xcache. everything works fine but we have a > memory leak on the new system and I'm wondering if xcache could be the > reason. disable XCache and see if it helps > > oh, and what does "misses" mean? how can the xcache "miss" a result?? cache miss means there's no such item found in cache

