It originally was just a matter of indexing objects, but wanting to get rid
of the circular references, it has become a db migration...
Thanks for the advice, I'll keep you posted on how I fixed it (if I ever
do), might be interesting for other people, too.
Regards,
Jeroen
--
View this message in context: http://old.nabble.com/MemoryError-Evolving-a-ZODB-tp34784598p34797018.html
Sent from the Zope3 - users mailing list archive at Nabble.com.
_______________________________________________
I had found and solved this issue a long time ago on my test setup while
developing, but I had no idea it had actually happened on my live setup,
too.
With the circular references, I ended up with one massive set of data, that
didn't fit into memory while doing findObjectsProviding. I managed to remove
the redundant data in chunks and committing in between. Even committing
didn't drop the memory usage, so I had to restart the script multiple times.
Now my DB migration is running OK!
thx!
View this message in context: http://old.nabble.com/MemoryError-Evolving-a-ZODB-tp34784598p34809613.html