https://bugs.koozali.org/show_bug.cgi?id=12298
--- Comment #26 from Jean-Philippe Pialasse <[email protected]> ---
(In reply to Gary Douglas from comment #23)
> 040923;
> 1. Site which was down has no opcache sefault errors since custom template
> 2. Site with errors but up has no opcache sefault errors since cleared cache
> + restart php81
> 3. None have opcache sefault errors since yesterday
(In reply to Gary Douglas from comment #22)
> 030923_1100; Checked 20x NC27 PHP81 servers;
> smeserver-nextcloud-1.2.0-26.el7.sme.noarch
> php81-php-opcache-8.1.23-1.el7.remi.x86_64
> 7 have never had opcache segfault error
> 1 was down, cleared cache + restart php81
> 1 has multiple opcache segfault errors but site is up
> 2 of 3 have had no opcache errors since custom templated
> /etc/e-smith/templates-custom/etc/opt/remi/php81/php.d/20-opcache.ini/10base
> 10 have had no opcache errors since Updated:
> php81-php-opcache-8.1.23-1.el7.remi.x86_64
> -> custom templated the '1 was down', cleared cache + restart php81, site
> up, some opcache segfault logged immediately but none since.
> -> cleared cache + restart php81 the 'multiple opcache segfault errors but
> site is up'
> opcache seems to take a bit of time to settle down.
> don't think custom template has anything to do with it.
> will recheck logs at end of day.
>
> nnasvr:~# cat /etc/opt/remi/php81/php.d/20-opcache.ini
> opcache.enable=1
> opcache.file_cache= /var/opt/remi/php81/lib/php/opcache
> opcache.enable_cli= 1
> opcache.interned_strings_buffer= 64
> opcache.max_accelerated_files= 65406
> opcache.memory_consumption= 512
> opcache.save_comments= 1
> opcache.revalidate_freq= 1
those are overridden by nextcloud php-fpm settings....
anyway I tried your settings and I got, upon php restart, an immediate loop of
[pool php81-nextcloud] child 26894 exited on signal 11 (SIGSEGV) after
0.652667 seconds from start
needed another restart to get ride of the loop and got few after the restart
I think I however fixed it by simply disabling the file cache, and only using
the memory cache for nextcloud:
php_value[opcache.file_cache] =
;/var/lib/php/$id/opcache
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/