caching - PHP APC keeps clearing itself -


i'm using apc (alternative php cache) , after store entries whole cache clears after bit, few minutes. when store entries i'm not defining ttl , ttl in config 0, i'm not sure why entries keep getting deleted. uptime seems 0 minutes perhaps it's restarting reason?

apc settings (godaddy shared hosting linux server)

apc.cache_by_default    1 apc.canonicalize    1 apc.coredump_unmap  0 apc.enable_cli  0 apc.enabled 1 apc.file_md5    0 apc.file_update_protection  2 apc.filters  apc.gc_ttl  3600 apc.include_once_override   0 apc.lazy_classes    0 apc.lazy_functions  0 apc.max_file_size   1m apc.mmap_file_mask   apc.num_files_hint  1000 apc.preload_path     apc.report_autofilter   0 apc.rfc1867 0 apc.rfc1867_freq    0 apc.rfc1867_name    apc_upload_progress apc.rfc1867_prefix  upload_ apc.rfc1867_ttl 3600 apc.serializer  default apc.shm_segments    1 apc.shm_size    32m apc.shm_strings_buffer  4m apc.slam_defense    1 apc.stat    1 apc.stat_ctime  0 apc.ttl 0 apc.use_request_time    1 apc.user_entries_hint   4096 apc.user_ttl    0 apc.write_lock  1 


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -