Subject: | Chroniton uses too much memory during archive |
YAML::Syck::DumpYAML exhausts all available RAM on my machine while
dumping the final contents.yml file. The files this final output is
created from total to 80M, but YAML::Syck::DumpYAML uses over 700M
before it's killed by the OS.
I'm going to investigate my code to see how big the final data structure
is, then I'll push this "upstream" if necessary.
--
Jonathan Rockway <jrockway@cpan.org>