Documentation - opcache issue on Debian 12 (#15870)

* Update Performance.md

Documentation : Opcache issue on Debian 12 with default php stable version (8.2.7)

* Update Performance.md

* Update Performance.md

Typo
This commit is contained in:
CTV
2024-04-10 22:43:33 +02:00
committed by GitHub
parent 2bee88da84
commit 73d8e2cc79

View File

@@ -214,4 +214,5 @@ opcache.memory_consumption=256
If you are having caching issues, you can clear the file based opcache with `rm -rf /tmp/cache`.
Debian 12 users, be aware php 8.2 current stable version (8.2.7) creates segmentation faults when opcache uses file cache. Issue should be this one https://github.com/php/php-src/issues/10914
Using sury packages or disabling file cache solves the issue