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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: nikic@php.net
New email:
PHP Version: OS:

 

 [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: Fri Apr 19 02:01:29 2024 UTC