- 🇪🇸Spain einarulfhednar
Hi, I'm using Drupal version 9.5.8 and #5 works.
Thank you very much.
- 🇺🇸United States Poindexterous
Also confirming that Patch #5 works for me. Thanks very much for this patch.
Oh wow, thank you for the patch!
I met this bug when updated link_target to the latest version and then ran
drush site:install --existing-config
. PHP ate 72GB 😱 of ram and then died without a word 😅- 🇺🇸United States lexfunk
Patch #5 works with Drupal 9.5.10, please consider a new release.
- 🇺🇸United States neorush
Confirming patch #5 fixes same issue on Drupal 10.1.6, would be nice to update the release.
- 🇫🇷France ericdsd France
Both MR and patch works fine, took me at least one day to figure out what was the cause as the server always fall before we can know what module was responsible, thanks a lot for the patch.
It would be awesome to have a release for that, but i'm not sure the module is still supported, maybe it should be flagged as seeking co-maintainer. - 🇺🇸United States JeffC518
Confirmed that patch #5 works - I was in the bowels of the Drupal\Core\Config classes for a while trying to figure this one out. Mainly because it manifested in nginx as a 502 Gateway Error - so no PHP error logs.
This was showing up like this in nginx.log when attempting to manage form display for an events content type:
*878 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: xxx.xx.xx.x, server: REDACTED.local, request: "GET /admin/structure/types/manage/events/form-display HTTP/1.1
In my case, I'm upgrading a Drupal 8 site -> 9 -> 10, so I had no YML files to patch yet. I wrote a function to update the config tables if anyone is interested.
Note that this can disrupt any drush updb maintenance as well. This is where I received the memory exhausted error that led me here. If you increase the PHP memory limit to a ridiculous amount like I did (4G), you get something like this instead:
> [notice] Update started: system_post_update_sort_all_config > Killed
Thanks for the patch.
- Status changed to Fixed
7 months ago 9:27am 15 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.