<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Bitnami Alfresco ECM out of storage space in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310445#M263575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what this means: "I'm not sure what exactly is in work so I've not yet deleted the content."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is regarding the contenstore.deleted directory, that can safely be cleared out. Those files are not recoverable without a lot of work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might log in as an admin, go to your profile, then click Trashcan and see if there are a lot of files there. People often forget to clean out their own trashcan, and if you aren't running something like the &lt;A href="https://github.com/rjmfernandes/alfresco-trashcan-cleaner" rel="nofollow noopener noreferrer"&gt;trashcan cleaner&lt;/A&gt;​ those files will just sit there indefinitely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With all of that said, you mentioned you think you may have 100 GB of content. Consider that the Solr indices could take up space equivalent to 40% - 60% of your content store, so that may be another place where a large chunk of space is being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always switch into any of these directories and run "du -h ." and it will add up the space used for that directory and its children.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 18:26:21 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2016-10-03T18:26:21Z</dc:date>
    <item>
      <title>Bitnami Alfresco ECM out of storage space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310440#M263570</link>
      <description>Hello,I am using a Bitnami hosted Alfresco ECM instance, there is a 400GB drive attached to the AWS image and I am at max capacity. I've deleted the backup images via the Bitnami console (not sure if these are stored locally / affect available storage) and am looking for anything else (logs / etc.)</description>
      <pubDate>Mon, 03 Oct 2016 14:14:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310440#M263570</guid>
      <dc:creator>areynolds</dc:creator>
      <dc:date>2016-10-03T14:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bitnami Alfresco ECM out of storage space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310441#M263571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this can help you: &lt;A href="https://angelborroy.wordpress.com/2016/08/09/alfresco-storage-volume-estimation/" title="https://angelborroy.wordpress.com/2016/08/09/alfresco-storage-volume-estimation/" rel="nofollow noopener noreferrer"&gt;Alfresco: storage volume estimation | Programming and So&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not Bitnami based, but it describes a classic structure via installer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:31:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310441#M263571</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2016-10-03T15:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bitnami Alfresco ECM out of storage space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310442#M263572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at alf_data/contentstore.deleted. I've seen a lot of cases where people forget to clean that out. You can set up a cron job to delete the contents of that directory on a schedule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the tomcat temp and work directories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logs can also grow to be very big. Look in $ALFRESCO_HOME/tomcat/logs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:49:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310442#M263572</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-10-03T15:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bitnami Alfresco ECM out of storage space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310443#M263573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK so I have cleared out contentstore.deleted / temp / log, the contentstore.deleted was the obvious big one... I'm not sure what exactly is in work so I've not yet deleted the content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My bitnami console now shows 4GB free which is better than 0 but still not ideal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything else i can look for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:41:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310443#M263573</guid>
      <dc:creator>areynolds</dc:creator>
      <dc:date>2016-10-03T17:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bitnami Alfresco ECM out of storage space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310444#M263574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was an interesting read... it seems like 400GB should be more than enough for my current storage requirements. I was able to get treesizefree to connect to the WebDav and that was estimating around 100GB for my contents so still not clear where my space is going.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:47:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310444#M263574</guid>
      <dc:creator>areynolds</dc:creator>
      <dc:date>2016-10-03T17:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bitnami Alfresco ECM out of storage space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310445#M263575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what this means: "I'm not sure what exactly is in work so I've not yet deleted the content."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is regarding the contenstore.deleted directory, that can safely be cleared out. Those files are not recoverable without a lot of work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might log in as an admin, go to your profile, then click Trashcan and see if there are a lot of files there. People often forget to clean out their own trashcan, and if you aren't running something like the &lt;A href="https://github.com/rjmfernandes/alfresco-trashcan-cleaner" rel="nofollow noopener noreferrer"&gt;trashcan cleaner&lt;/A&gt;​ those files will just sit there indefinitely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With all of that said, you mentioned you think you may have 100 GB of content. Consider that the Solr indices could take up space equivalent to 40% - 60% of your content store, so that may be another place where a large chunk of space is being used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always switch into any of these directories and run "du -h ." and it will add up the space used for that directory and its children.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:26:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/bitnami-alfresco-ecm-out-of-storage-space/m-p/310445#M263575</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-10-03T18:26:21Z</dc:date>
    </item>
  </channel>
</rss>

