alternative php cache 安装,alternative-php-cache – 为什么这个APC安装失败如此严重?

伍溪叠
2023-12-01

我在我的服务器上运行了多个具有类似配置的APC实例(尽管具有不同的高速缓存大小.但是,其中一个实例表现极差,我不知道为什么(100%高速缓存碎片,高失误率).

我正在使用的运行时设置如下(几乎开箱即用):

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

apc.shm_size 10M

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

APC是版本3.1.6,PHP是5.3.3-1ubuntu9.5.我尝试过多次重启Apache,所以这不是一个怪胎.

有问题的实例只是运行Wordpress并安装了一些插件.服务器上的所有其他实例(~4)运行完全正常,几乎100%的命中率和0%的碎片;例如,this instance持有使用Symfony框架构建的网站.

任何帮助将非常感激;我对APC没有多少经验,并且希望它能够成为一种开箱即用的速度提升;).

 类似资料: