Skip to content

Conversation

@backportbot-nextcloud
Copy link

backport of #36278

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 <[email protected]>
@backportbot-nextcloud backportbot-nextcloud bot added bug php Pull requests that update Php code labels Jan 23, 2023
@backportbot-nextcloud backportbot-nextcloud bot added this to the Nextcloud 25.0.4 milestone Jan 23, 2023
@MichaIng MichaIng enabled auto-merge January 23, 2023 09:54
@szaimen szaimen disabled auto-merge January 23, 2023 11:27
@szaimen szaimen merged commit e50d0d2 into stable25 Jan 23, 2023
@szaimen szaimen deleted the backport/36278/stable25 branch January 23, 2023 11:27
@blizzz blizzz mentioned this pull request Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants