From: <leg...@at...> - 2003-10-23 02:23:36
|
The following comment has been added to this issue: Author: Nicolas Berthet Created: Wed, 22 Oct 2003 5:10 AM Body: This is a brief look of my process.. 1) i begin a transaction 2) i create some objects (one of them has a field over 5 Mo) 3) i commit the transaction and there an error occurs OutOfMemory the error occurs during the following call st.setBytes( index, (byte[]) value ); on line 24 from BinaryType.java i tried to get more information but i simply couldn't.. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-418 Here is an overview of the issue: --------------------------------------------------------------------- Key: HB-418 Summary: An large insert statement raise an java.lang.OutOfMemory Type: Bug Status: Unassigned Priority: Major Project: Hibernate2 Components: core Versions: 2.1 beta 3 Assignee: Reporter: Nicolas Berthet Created: Wed, 22 Oct 2003 3:20 AM Updated: Wed, 22 Oct 2003 3:20 AM Environment: hiberate 2.1b3, webwork 2, resin Description: I'm trying to insert a 5 Mo file (BinaryType) and it raise an OutOfMemory.. i'm unable to trace where it come from... the same process works for files until about 4 Mo --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira |