Hi, I have been testing out aaPanel and it has been working great, everything is nice and easy to do. I have a wordpress web running with Nginx 1.21.4 and PHP-7.4, its working great but loading time is slow so I wanted to try OPcache to see if it will speed up my site. However after I installed OPcache extension my PHP service won't start, it gives me the following error:
Warning message:
Thu Nov 11 10:39:08 2021 (2082425): Fatal Error Unable to allocate shared memory segment of 134217728 bytes: unknown: No such file or directory (2)
And here are my configurations:
[Zend Opcache]
zend_extension=/www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902/opcache.so
opcache.enable = 0
opcache.memory_consumption=128
opcache.interned_strings_buffer=32
opcache.max_accelerated_files=80000
opcache.revalidate_freq=3
opcache.fast_shutdown=1
opcache.enable_cli=1
I have tried changing memory_consumption to 8 and that doesn't help. My aaPanel is installed on Almalinux 8.4, how do I fix this issue?