RE: Question on unloading in an embedded environment

2011-08-17 Thread Bergquist, Brett
...@oracle.com] Sent: Tuesday, August 16, 2011 9:20 AM To: derby-dev@db.apache.org Subject: Re: Question on unloading in an embedded environment On 8/16/11 5:56 AM, Bergquist, Brett wrote: I am writing a database copy utility that is built upon the dblook utility and using

Re: Question on unloading in an embedded environment

2011-08-17 Thread Bryan Pendleton
Instance Counts for All Classes (excluding platform) 38006784 instances of class org.apache.derby.impl.store.access.sort.Node One possibility is that the sorter is confused about how much memory is available. The sorter is very clever, and tries to figure out whether it can perform the sort

RE: Question on unloading in an embedded environment

2011-08-17 Thread Bergquist, Brett
Subject: Re: Question on unloading in an embedded environment Instance Counts for All Classes (excluding platform) 38006784 instances of class org.apache.derby.impl.store.access.sort.Node One possibility is that the sorter is confused about how much memory is available. The sorter is very

RE: Question on unloading in an embedded environment

2011-08-17 Thread Bergquist, Brett
to GENERATED ALWAYS after the determining the correct next value. -Original Message- From: Bryan Pendleton [mailto:bpendleton.de...@gmail.com] Sent: Wednesday, August 17, 2011 9:40 AM To: derby-dev@db.apache.org Subject: Re: Question on unloading in an embedded environment Instance

RE: Question on unloading in an embedded environment

2011-08-17 Thread Bergquist, Brett
and with a smaller heap dump to be able to get a allocation traceback. -Original Message- From: Bergquist, Brett [mailto:bbergqu...@canoga.com] Sent: Wednesday, August 17, 2011 10:49 AM To: derby-dev@db.apache.org Subject: RE: Question on unloading in an embedded environment This was run

Re: Question on unloading in an embedded environment

2011-08-17 Thread Rick Hillegas
, -Rick I have attached a JPG of some of the report here. -Original Message- From: Bergquist, Brett [mailto:bbergqu...@canoga.com] Sent: Wednesday, August 17, 2011 11:16 AM To: derby-dev@db.apache.org Subject: RE: Question on unloading in an embedded environment So this is running on Solaris

RE: Question on unloading in an embedded environment

2011-08-17 Thread Bergquist, Brett
, 2011 2:57 PM To: derby-dev@db.apache.org Subject: Re: Question on unloading in an embedded environment On 8/17/11 11:03 AM, Bergquist, Brett wrote: I have a report generated by MemoryAnalyzer (Eclipse) tool. The report is stored as a zip file that contains the HTML and images. Can I attach

Re: Question on unloading in an embedded environment

2011-08-16 Thread Rick Hillegas
On 8/16/11 5:56 AM, Bergquist, Brett wrote: I am writing a database copy utility that is built upon the dblook utility and using the SYSCS_UTIL.SYSCS_EXPORT_TABLE and SYSCS_UTIL.SYSCS_IMPORT_TABLE procedures and I have this mostly working. When running this on a large database (110Gb) I am

Re: Question on unloading in an embedded environment

2011-08-16 Thread Bryan Pendleton
I am getting an OutOfMemory exception. I have the utility setup to use up to 8192Mb of memory so somewhere there is a problem. Brett Sometimes, these errors arise externally to Java; e.g., your system runs out of pagefile or swap space, etc. It might be worth checking to ensure that you