Skip to content

The realpath_cache_size setting in modern PHP versions is correct #8512

Closed
@javiereguiluz

Description

@javiereguiluz

In https://symfony.com/doc/current/performance.html#configure-the-php-realpath-cache we say:

By default, PHP sets a realpath_cache_size of 16K which is too low for Symfony. Consider updating this value at least to 4096K.

Today I read this: https://tideways.io/profiler/blog/how-does-the-php-realpath-cache-work-and-how-to-configure-it

PHP 7.2 sets realpath_cache_size to 4096K by default ... This change was also backported to PHP 7.0 and PHP 7.1 patch releases in January.

Metadata

Metadata

Assignees

No one assigned

    Labels

    hasPRA Pull Request has already been submitted for this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions