i'm trying to import a large project in ODI with ODI Studio 12c. After 3 hours of import the process fails with the following error:
java.lang.RuntimeException: java.lang.OutOfMemoryError: GC overhead limit exceeded
    at oracle.odi.ui.framework.adapter.DefaultAdapter.executeBackgroundTask(DefaultAdapter.java:636)
    at oracle.odi.ui.framework.UIFramework.executeBackgroundTask(UIFramework.java:452)
    at oracle.odi.ui.smartie.imp.ImportSmartWizard.runImportProcess(ImportSmartWizard.java:394)
    at oracle.odi.ui.smartie.imp.ImportSmartWizard.runImport(ImportSmartWizard.java:260)
    at oracle.odi.ui.smartie.imp.ImportSmartWizard.finished(ImportSmartWizard.java:205)
    at 
Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
    at java.util.Arrays.copyOfRange(Arrays.java:2694)
    at java.lang.String.<init>(String.java:203)
    at java.lang.StringBuilder.toString(StringBuilder.java:405)
    at java.lang.Class.getDeclaredMethod(Class.java:2004)
    at com.sunopsis.dwg.smartie.RunSmartImport.run(RunSmartImport.java:3264)
I increased the option AddVMOption -XX:MaxPermSize=1024M to AddVMOption -XX:MaxPermSize=4096M
Any other suggestions?
Thank you so much
 
     
    