User c0e481a82c
06-12-2006 13:59:16
Is there an issue with using toFormat("mrv") in large datasets? What I'm finding is if I use:
toFormat("mol");
when looping over several thousand Molecule objects (about 7000), I can do this, where as if I do
toFormat("mrv");
over the same number, the memory usage grows and grows to the point where my machine runs out of memory. The ONLY line I'm changing is that one as detailed above. Could you tell me if there's a problem using toFormat("mrv") over such a number of molecules?
Regards,
Phil.
toFormat("mol");
when looping over several thousand Molecule objects (about 7000), I can do this, where as if I do
toFormat("mrv");
over the same number, the memory usage grows and grows to the point where my machine runs out of memory. The ONLY line I'm changing is that one as detailed above. Could you tell me if there's a problem using toFormat("mrv") over such a number of molecules?
Regards,
Phil.