java.sql.SQLException: Out of memory (Needed xxxxx)
807606May 15 2007 — edited May 17 2007Hello,
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.