Custom RSS Feed causing memory issue
A custom RSS feed gets regenerated with a scheduler which runs everyday to fetch updates of latest content. It does not use a workflow for any generation. These are simple xml files with custom rss template defined, saved at /content/*/Feed.xml. The scheduler runs on Publish instances. These xml files are getting saved at /mnt/tmp directory which is causing disk space issues on publish, where, for a certain period, the size of /mnt/tmp is going beyond 20 GB. How/Why are these xml files getting saved at /mnt/tmp directory? AEM v6.3.2.2