Not sure whether to file this as a bug or a feature or even if this isn't an upstream issue but here goes:
I don't think the 64M memory limit set in /etc/php/XXX/fpm/pool.d/wordpress.conf is realistic anymore. I've spent the last few days trying to figure why my modestly sized WP instance kept crashing a couple of pages on me when all I did was do some responsive block editing - nothing fancy, really. Turns out, the pages still display fine but Gutenberg + third party theme + CSS helper plugins need some space to allow me to edit stuff. I increased memory_limit in wp.conf and in php.ini but the real culprit was kind of hidden away.
I managed to find it after a bit of research and tinkering, but in the spirit of Yunohost democratizing web gardening/publishing I think it's better to increase memory_limit so that other folks do not encounter the same problem.
Not sure whether to file this as a bug or a feature or even if this isn't an upstream issue but here goes:
I don't think the 64M memory limit set in /etc/php/XXX/fpm/pool.d/wordpress.conf is realistic anymore. I've spent the last few days trying to figure why my modestly sized WP instance kept crashing a couple of pages on me when all I did was do some responsive block editing - nothing fancy, really. Turns out, the pages still display fine but Gutenberg + third party theme + CSS helper plugins need some space to allow me to edit stuff. I increased memory_limit in wp.conf and in php.ini but the real culprit was kind of hidden away.
I managed to find it after a bit of research and tinkering, but in the spirit of Yunohost democratizing web gardening/publishing I think it's better to increase memory_limit so that other folks do not encounter the same problem.