Datastore growth AEM 6.5 | Community
Skip to main content
crich2784
New Participant
August 23, 2022
Solved

Datastore growth AEM 6.5

  • August 23, 2022
  • 2 replies
  • 723 views

We are having an issue with the datastore growing quickly.  We checked for memory dumps and they are not there.  Can somebody give me some basic steps to troubleshoot?  I don't see anything interesting in the logs however, I may not have it turned up enough.  

 

Let me know.  Thanks.

 

UPDATE: Ok, a little interesting in error.log

22.08.2022 09:18:28.698 *WARN* [OsgiInstallerImpl] org.apache.sling.installer.core.impl.PersistentResourceList Unable to save persistent list: There is not enough space on the disk
java.io.IOException: There is not enough space on the disk
at java.base/java.io.FileOutputStream.writeBytes(Native Method)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Pulkit_Jain_

@crich2784 

The error msg[0] seems to be a consequence of the actual issue with datastore growth.

 

You may have to do datastore garbage collection, and there are multiple ways of running data store garbage collection, depending on the data store setup on which AEM is running. This helpdoc[1] will provide you with the next steps.

Let me know if you need any further help.

 

[0] - 22.08.2022 09:18:28.698 *WARN* [OsgiInstallerImpl] org.apache.sling.installer.core.impl.PersistentResourceList Unable to save persistent list: There is not enough space on the disk
java.io.IOException: There is not enough space on the disk
at java.base/java.io.FileOutputStream.writeBytes(Native Method)

 

[1] - https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/data-store-garbage-collection.html?lang=en#running-data-store-garbage-collection 

2 replies

Pulkit_Jain_
Pulkit_Jain_Accepted solution
Employee
August 24, 2022

@crich2784 

The error msg[0] seems to be a consequence of the actual issue with datastore growth.

 

You may have to do datastore garbage collection, and there are multiple ways of running data store garbage collection, depending on the data store setup on which AEM is running. This helpdoc[1] will provide you with the next steps.

Let me know if you need any further help.

 

[0] - 22.08.2022 09:18:28.698 *WARN* [OsgiInstallerImpl] org.apache.sling.installer.core.impl.PersistentResourceList Unable to save persistent list: There is not enough space on the disk
java.io.IOException: There is not enough space on the disk
at java.base/java.io.FileOutputStream.writeBytes(Native Method)

 

[1] - https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/data-store-garbage-collection.html?lang=en#running-data-store-garbage-collection 

Vijay_Katoch
New Participant
August 23, 2022