|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-09-18 18:38 UTC] shire@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 22:00:02 2025 UTC |
Description: ------------ Hi ! I have a trouble with APC (3.014, php 5.23, FreeBSD) When i have a lot of key in the cache user I can't list the key with apc_cache_info I try to raise the memoty limit but with 32M, I still can't have the keys. Cache Size : 200M Cache Segment : 1 Cache Used when it begin to fail : 80M Before the update from 3.0.12 (php 5.14) to 3.0.14, the default config of memory (8M) and the same data in the cache don't failed Is It possible that this function use too many memory on the 3.0.14 update ? Reproduce code: --------------- apc_cache_info("user") Expected result: ---------------- the list of the user key Actual result: -------------- PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 72 bytes)