]> source.dussan.org Git - nextcloud-server.git/commit
Fix interned strings buffer check if 0 free bytes 36293/head
authorMichaIng <micha@dietpi.com>
Fri, 20 Jan 2023 20:59:30 +0000 (21:59 +0100)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Mon, 23 Jan 2023 09:55:36 +0000 (09:55 +0000)
commit4018083ccf9a7f2e8bb29bff315b8e60905e2924
tree6cfae3f107fd2e53adc37146da94de013da5cfdb
parentfef92a07481ae17ae1ed20ab53e5f0f9c1a71bfc
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