Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.sql.SQLException: Out of memory (Needed xxxxx)

807606May 15 2007 — edited May 17 2007
Hello,

I am adding data into a MySQL table, after around 20.000 iterations I get this error message java.sql.SQLException: Out of memory (Needed 8164 bytes)

I execute with java -jar -Xmx1024m -XX:StackShadowPages=60 Navigation.jar

The error message does not appear at the same point each time.

any help will be highly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 13 2007
Added on May 15 2007
14 comments
5,065 views