-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: OutofMemory: SessionImpl doesn't clear ScheduledInsertion
PostPosted: Mon Jul 26, 2004 6:24 pm 
Newbie

Joined: Mon Jul 26, 2004 6:12 pm
Posts: 2
I get OutofMemoryError when I'm using Hibernate to create 20,000 rows in one transaction.

I debuged the Hibernate for a little while. What I got is: SessionImpl doesn't release references to "ScheduledInsertion" objects until the transaction is commited(). ( SessionImpl.afterTransactionCompletion() calls "executions.clear()" )

So I have to break the whole thing into a lot of transactions. Is this a restriction for Hibernate?


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 26, 2004 6:25 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Full ORM tools aren't the right choice for mass operations. There is an entry in the FAQs, you have some options.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jul 26, 2004 6:32 pm 
Newbie

Joined: Mon Jul 26, 2004 6:12 pm
Posts: 2
Thanks, Quick reply! ;-)


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.