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 :
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"
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
-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
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