I am using jackrabbit-oak standalone. But not OSGI configuration. Creating repository with following code.
S3DataStore as a blob store. segmentNodeStore = SegmentNodeStoreBuilders.builder(getFileStore()).build(); repository = new Jcr(new Oak(segmentNodeStore)).createRepository(); It seems I need to trigger GC from code. I got email from Michael Dürig Thanks. -- Sent from: http://jackrabbit.510166.n4.nabble.com/Jackrabbit-Users-f510167.html
