Skip to content

Commit 6409fc5

Browse files
committed
Fixes and improvements
1 parent dd057dd commit 6409fc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

performance.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ systems.
5454
By default PHP sets a default ``realpath_cache_size`` of ``16K`` which is too
5555
low for Symfony. Consider updating this value at least to ``4096K``. In
5656
addition, cached paths are only stored for ``120`` seconds. Consider updating
57-
this value too using the ``realpath_cache_ttl`` option:
57+
this value too using the ``realpath_cache_ttl`` option in your ``php.ini`` file:
5858

5959
.. code-block:: ini
6060
61-
; php.ini
62-
realpath_cache_size=4096K
63-
realpath_cache_ttl=600
61+
; php.ini
62+
realpath_cache_size=4096K
63+
realpath_cache_ttl=600
6464
6565
Use Composer's Class Map Functionality
6666
--------------------------------------

0 commit comments

Comments
 (0)