php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75720 File cache not populated after SHM runs full
Submitted: 2017-12-21 21:47 UTC Modified: -
From: nikic@php.net Assigned:
Status: Closed Package: opcache
PHP Version: 7.2.0 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
20 - 5 = ?
Subscribe to this entry?

 
 [2017-12-21 21:47 UTC] nikic@php.net
Description:
------------
Originally reported in bug #75579: If file cache is enabled as secondary cache and SHM runs full, we stop writing to the file cache as well.

We should still write to the file cache in this case -- in fact this is specifically one of the cases where having it in the file cache would be particularly beneficial.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-12-22 09:40 UTC] post at minhost dot no
I agree about this, and just wanted to remind about the setting "opcache.max_accelerated_files" (http://php.net/manual/en/opcache.configuration.php) wich has a maximum value of 1000000 - I am not certain if that value also come into force on file cache on disk, but if it does, it might be a idea to also remove that limit for file cache on disk.
 [2017-12-28 11:10 UTC] dmitry@php.net
Automatic comment on behalf of dmitry@zend.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=60b2d67828185940b80e7923f0766fa22e6d5daa
Log: Fixed bug #75720 (File cache not populated after SHM runs full)
 [2017-12-28 11:10 UTC] dmitry@php.net
-Status: Open +Status: Closed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 08:01:32 2024 UTC