Summary: | dev-lang/php-5.3.3-r1 and dev-php5/pecl-apc-3.1.4 lead to "Unable to allocate memory for pool" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Frank <frenkx> |
Component: | Current packages | Assignee: | PHP Bugs <php-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | joukim, tschosie |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | http://pecl.php.net/bugs/bug.php?id=16966 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Frank
2010-09-23 18:14:16 UTC
Seems to be known (and fixed?) upstream as per URL. The USE flag essentially passes --disable-apc-mmap to configure if you turn it off. So yes, mmap should not be used here. The mmap_file_mask setting is irrelevant if you do this. Can you be more specific about the environment? Like, are you hitting actual RAM limits, do you have selinux enabled (and see something in it's logs)? Just to give a quick feedback (I hope, I can provide more later on...): I am not hitting physical RAM limits. SELinux is not activated on my machine. It seems like I am seeing the same problem as hanwoody from upstream. Can you please try to upgrade to 3.1.5 and see if you hit the same issues? At first sight the error seems to be gone on dev-php5/pecl-apc-3.1.5-r2 with dev-lang/php-5.3.3-r3. But since I was not able to create an always failing test case for the initial problem, this might have been pure luck. On the other hand there has been some changes upstream concerning the same error message, so I would not mind the ticket being closed... |