mdickinson / refcycle

Support for displaying and analyzing reference graphs of Python objects.
Apache License 2.0
15 stars 1 forks source link

Exporting to JSON causes MemoryError on Windows. #29

Closed mdickinson closed 10 years ago

mdickinson commented 10 years ago

For large graphs (half a million objects or so), we can end up getting a MemoryError when trying to export to JSON. (This is in a 32-bit Python running on 64-bit Windows.) It's worth investigating whether there's any way of improving the memory usage.

mdickinson commented 10 years ago

Closing. It's not really very useful to keep this open.