Mike Hansen schrieb: > Hello, > > I'm upgrading from Sphinx 0.5.1 to 0.6.1, and it seems like there is > issues with garbage collection. Before all of the (500 or so) source > files are read in, the sphinx-build process has used nearly 2gb of > memory. Is there something obvious that would be holding onto a > reference longer than it should?
It must be, but I can't tell you from the top of my head what changed from 0.5 to 0.6 that could cause this. Of course, there are new attributes on the environment, but they shouldn't cause so much more memory consumption. You could try to use the new sys.getsizeof() in Python 2.6 to find out the culprit. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---