mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user