CAUSE:
The issue is caused by lack of Java heap resources to run the process.
SOLUTION:
To implement the solution, please execute the following steps:
1. Issue the following command from the same session where the command ‘adop phase=fs_clone’ failed:
$ export CONFIG_JVM_ARGS=”-Xms2048m -Xmx4096m -XX:MaxPermSize=2048m”
2. Run adop again as:
$ adop phase=fs_clone
Recent Posts