fs_clone is failing with error java.lang.OutOfMemoryError: GC overhead limit exceeded at ja
I am trying to sync the filesystem using adop fs_clone and it is failing at the apply stage. pasteconfig.sh fails . We are getting the below error:
SEVERE : Jan 10, 2019 07:00:09 - ERROR - CLONE-20218 Cloning is not successful.
SEVERE : Jan 10, 2019 07:00:09 - CAUSE - CLONE-20218 An internal operation failed.
SEVERE : Jan 10, 2019 07:00:09 - ACTION - CLONE-20218 Provide the clone log and error file for investigation.
- java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
at java.io.File.<init>(File.java:262)
at java.io.File.listFiles(File.java:1206)
at oracle.as.clone.patch.wls.CieWlsCloningPostprocessor.addProductPropertiesFile(CieWlsCloningPostprocessor.java:109)