Unable to update OPcache interned strings buffer

Nextcloud version: (25.0.2)
Operating system and version: Ubuntu 20.04
Apache or nginx version: SNAP
PHP version : 8.0.25

The issue you are facing:
After seeing that the system did an update from 24 to 25 when the snap version was reliseased I noticed that under overview there is a warning saying that: " * The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than 8." I attempted to update the PHP.INI file with the as stated in the error but no matter how many ways I try to edit that file it just wont let me. Is there something im missing? Thanks for any help.

Yes, you miss that the snap is read only. So you simply cannot perform this change.

However there is a PR: opcache settings by kz6fittycent · Pull Request #2216 · nextcloud-snap/nextcloud-snap · GitHub

Okay so someone is working on it from what I read.