CentOS/Nginx/8G Ram を使用して VPS に APC をインストールした後、apc.php は常に uptime = 0 minutes を示します。これが私の apc 構成です。
apc.enabled=1
apc.shm_size=512M
apc.num_files_hint=10000
apc.user_entries_hint=10000
apc.max_file_size=5M
apc.stat=0
apc.optimization=0
apc.shm_segments=1
apc.enable_cli=1
apc.cache_by_default=1
apc.include_once_override=1
php.ini を更新した後に nginx を再起動したところ、ウェブサイトは以前よりも高速になったようですが、「uptime=0」は通常の値ですか?