We've got quite a large DBSchema file that covers a large chunk of our system, and we've always intermittently used the compare option to pull any DB changes into this file.
Unfortunately since we upgraded to version 5.8.0 this doesn't work.
It works through the tables, views and foreign keys okay, but when it's comparing the procedures (which we don't want in DbSchema anyway, but can't find a way to turn off) it always errors with: java.lang.OutOfMemoryError: Java heap space
This is a big problem for us as it means all of our schema diagrams will gradually get more and more out of date.
I did file an error report several weeks ago, but have not had any reply.
Thanks
Dan Condon-Jones