8000 fix(tip): Add the tip block for realpth_cache_size · symfony/symfony-docs@17a0b8a · GitHub
[go: up one dir, main page]

Skip to content

Commit 17a0b8a

Browse files
Guikingoneweaverryan
authored andcommitted
fix(tip): Add the tip block for realpth_cache_size
Added the tip block for PHP 7.2.
1 parent e177ca9 commit 17a0b8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

performance.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ By default, cached paths are only stored for ``120`` seconds by default, conside
8484
.. code-block:: ini
8585
8686
; php.ini
87+
realpath_cache_size=4096K
8788
realpath_cache_ttl=600
8889
8990
.. index::
9091
single: Performance; Autoloader
92+
93+
.. tip::
94+
95+
  Since PHP 7.2, the default value for ``realpath_cache_size``has been set to 4096K, feel free to delete this trick in your     ``php.ini`` file.
9196

9297
Use Composer's Class Map Functionality
9398
--------------------------------------

0 commit comments

Comments
 (0)
0