View Single Post
  #6  
Old 12-10-2012, 08:26 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,216
you can search apc_delete() and apc_cas() in php source if these functions exist

any configuration options in your site's php script regarding apc?

also change the settings of
apc.user_entries_hint 4096
to 10, to 16K(16384) etc, see the status of fragment.
Reply With Quote