- 🇺🇦Ukraine nginex
I linked a related issue, I will add one more case to the existing patch from that issue to use stub entity approach for link fields, so recursion does not go to deep. Ideally need to provide option how deep recursion can go (how many levels). The option needs to be available from UI export form and in the existing drush command
- 🇺🇸United States kevinhurley23
FYI, we tried installing the patch for issue #3511539 (https://git.drupalcode.org/project/single_content_sync/-/merge_requests/...) and now the exports sometimes complete. When they do, we are seeing the same problem described by laureana on comment #16 of the linked issue ( https://www.drupal.org/project/single_content_sync/issues/3511539#commen... 🐛 Recursion takes too much memory compared to earlier versions (1.4.6 or earlier) Active ). For example, when I export the tiny block entity I described in my initial post, the resulting yml file is 820 kb and 9159 lines long because it is recursively exporting the configuration for all linked entities. I have attached a screenshot of the block I'm talking about and the resulting yml file. In the configuration settings for the module, I have set the export mode for both formatted text and menu link of content to "do not export."