]> source.dussan.org Git - nextcloud-server.git/commit
Fix interned strings buffer check if 0 free bytes 36278/head
authorMichaIng <micha@dietpi.com>
Fri, 20 Jan 2023 20:59:30 +0000 (21:59 +0100)
committerSimon L. (Rebase PR Action) <szaimen@e.mail.de>
Mon, 23 Jan 2023 08:55:35 +0000 (08:55 +0000)
commit03390ee791405aa399e00cc1b0220ae9e3c8d85e
tree743fb9c0e13027824ddf51199c32b151a04f38c0
parent20190534ee70cba9644552fb2fb5833e17d16832
Fix interned strings buffer check if 0 free bytes

With #32902 it was meant to be avoided to recommend raising the interned strings buffer size above a quarter of the total OPcache size. This works as long as there is at least 1 byte free, but does not apply if the buffer is filled completely.

This commit switches the conditions so that the interned strings buffer size must be smaller than a quarter of the total OPcache size for the warning to be shown. That the buffer must be either filled completely or by more than 90% remains untouched.

Signed-off-by: MichaIng <micha@dietpi.com>
apps/settings/lib/Controller/CheckSetupController.php