Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:3.0
Mapping documents:NA
Code between sessionFactory.openSession() and session.close():NA
Full stack trace of any exception that occurs:
popup window only state an OutOfMemoryException
Name and version of the database you are using:SQL Server
The generated SQL (show_sql=true):NA
Debug level Hibernate log excerpt:NA
I am using the the Hibernate Tool set, specifically the reverse engineering portion of it. The databse schema I am trying to reverse engineering is approx. 1200 -1300 tables in size. I am revecieving and OutMemoryException, though I understand this is a huge schema Eclipse is taking up over 800mb of memory. I already set -Xms256mb -Xmx850mb and my machine only has 1gb. Any other ideas? The Arttifact did create some Hibernate XML files, almost all of them before running out of memory.
Thanks