Re: Error in S3 Garbage Collection

2020-10-19 Thread Julian Reschke
Am 19.10.2020 um 16:17 schrieb Julian Reschke: Am 19.10.2020 um 08:37 schrieb Tanvi Shah: Hi , We have started Se Garbage Collection and S3 size is more than 2 TB. We are facing memory issues while executing GC even when we have given 11 GB of memory to the application. Code is: final

Re: Error in S3 Garbage Collection

2020-10-19 Thread Julian Reschke
Am 19.10.2020 um 08:37 schrieb Tanvi Shah: Hi , We have started Se Garbage Collection and S3 size is more than 2 TB. We are facing memory issues while executing GC even when we have given 11 GB of memory to the application. Code is: final MarkSweepGarbageCollector gc =

Re: Error while migrating the Datastores from PostgreSQL to MongoDB

2020-10-19 Thread Mayur Barge
Thanks Julian, Finally I could resolve it with your help. Below command worked for me. java -verbose -cp "oak-upgrade-1.34.0.jar:postgresql-42.2.17.jar" org.apache.jackrabbit.oak.upgrade.cli.OakUpgrade --src-user=*** --src-password='***' 'jdbc:postgresql://SRC-DB:5432/acdc_cms_dev'

Error in S3 Garbage Collection

2020-10-19 Thread Tanvi Shah
Hi , We have started Se Garbage Collection and S3 size is more than 2 TB. We are facing memory issues while executing GC even when we have given 11 GB of memory to the application. Code is: final MarkSweepGarbageCollector gc = documentNodeStore.createBlobGarbageCollector(seconds,