Laatst bijgewerkt op
2 mei 2021
The datastore grows in size unexpectedly
Solution
There could be multiple reasons causing the datastore to grow on its own. Perform the following tasks to reduce the size:
- If you've configured the external datastore (for example, FileDataStore - ./repository/datastore), then try to run the Blob Garbage Collection from jmx console.
- You can also monitor and check the cleaning of garbage by logger. Set DEBUG logger - org.apache.jackrabbit.oak.plugins.blob (fileDS.log). Once done, you can remove it. Also consider installing latest oak core-1.0.13 and recommended fixes.