irc bot for announcing rss/atom feeds (http://hackage.haskell.org/package/rss2irc)
#1memory usage grows over time
Enabling an issue tracker for rss2irc. Here's the first:
Memory usage grows over time, especially with large feeds polled frequently. Last time I looked, the problem was in the xml package used by the feed library. This has most recently been reported as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747331 .
- summary changed to "memory usage grows over time"
maybe there's somewhere(s) a ByteString.copy or Text.copy could be inserted in case keeping a small portion of feed data is forcing all of it to be retained and not GC'd?