|
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.
|