Migration out of memory error
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
Generally this error means that java has ran out of memory during the migration process. This is usually the result of java getting hung up on a very large file. Since defaults are usually 128m for java, it may have a hard time and bug out during the migration. If that happens, simply run the java tool with the following option:
-Xmx512m./jre/bin/java -Xmx256m -jar c3export.jar "config/config.props"