Rafal Kedziorski wrote:
The SQL create statements could not be created (error: 0).
MigrationMysql.dataBulkTransfer :Java heap space
What can I do?
That is Java memory related problem. Check out where it invoke the Java VM if possible and add memory parametars like -Xms256m -Xmx900m (it assume that you have 1GB memory, if you have 512MB put -XMx420m).

Hope it helps.


--
Mladen Adamovic
http://home.blic.net/adamm
http://www.shortopedia.com http://www.froola.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to