RE: java.lang.OutOfMemoryError

2005-04-27 Thread Duhaime Johanne
I had the same problem. I changed the memory settings for java: catalina.sh JAVA_OPTS='-Xms1024m -Xmx1024m' But still I had the problem By rebooting tomcat every week-end I do not have any more problem. Of course you might not be able to do that. Johanne -Message d'origine- De :

Re: java.lang.OutOfMemoryError

2005-04-27 Thread kernel
gerald_clark wrote: >huanggaofeng wrote: > > > >>I have too many databases,when i select it by client ,but it has error . >> >>the error message is : java.lang.OutOfMemoryError >> >>how i can to resolve it. >> >> >> >> >> >You might try a java list. > > > > Gerald, Check out the "java -X"

Re: java.lang.OutOfMemoryError

2005-04-27 Thread gerald_clark
huanggaofeng wrote: >I have too many databases,when i select it by client ,but it has error . > >the error message is : java.lang.OutOfMemoryError > >how i can to resolve it. > > > You might try a java list. -- MySQL General Mailing List For list a

Re: Java.lang.outOfMemoryError on large ResultSet

2004-10-20 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John McCaskey wrote: | The problem is not the memory on the database server, but on the client | running the JDBC connection. Seems that when you retrieve the result it | is trying to store everything in memory at once. | | Here is some info from the m

Re: Java.lang.outOfMemoryError on large ResultSet

2004-10-20 Thread John McCaskey
The problem is not the memory on the database server, but on the client running the JDBC connection. Seems that when you retrieve the result it is trying to store everything in memory at once. Here is some info from the mysql docs that looks like it pertains, see http://dev.mysql.com/doc/connecto