Exact Error:
Exception in thread “Thread-1” java.lang.OutOfMemoryError: GC overhead limit exceeded
Solution:
$export CONFIG_JVM_ARGS=”-Xms1024m -Xmx2048m”
$echo $CONFIG_JVM_ARGS
-Xms1024m -Xmx2048m
re-run went fine.
adop phase=fs_clone force=Yes
Exception in thread “Thread-1” java.lang.OutOfMemoryError: GC overhead limit exceeded
Solution:
$export CONFIG_JVM_ARGS=”-Xms1024m -Xmx2048m”
$echo $CONFIG_JVM_ARGS
-Xms1024m -Xmx2048m
re-run went fine.
adop phase=fs_clone force=Yes
No comments:
Post a Comment