<?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 Alfresco 3.4d - Running out of disk space in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4d-running-out-of-disk-space/m-p/271682#M224812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are running the community edition of Alfresco 3.4d and we are noticing that after posting around 100 documents of size 22K through the webservice interface (individually - one file is being sent at a time), the machine is running out of disk space after 2 - 3 hours. The current disk size on the machine is 60GB and 6GB RAM. From investigation we noticed that the alf_data size is around 2.9GB and the index is 1.9GB.&amp;nbsp; Also, the CPU is at 100% the whole time ater the documents are added.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The content store mainly contains PDF files of about 20KB and that there about 125,000 of them. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The main folder increasing in size is /alf_data/lucene-indexes/workspace/SpacesStore/. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our JVM Startup configuration&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &lt;BR /&gt;-server -d64 -Xss1M -Xms2G -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:NewSize=1G -XX:MaxPermSize=256M -XX:CMSInitiatingOccupancyFraction=80 -XX:+UseParNewGC &lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Some information from our repository configuration is as below. &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;index.recovery.mode=VALIDATE&lt;BR /&gt;#&lt;BR /&gt;# Properties for merge (not this does not affect the final index segment which will be optimised)&lt;BR /&gt;# Max merge docs only applies to the merge process not the resulting index which will be optimised.&lt;BR /&gt;#&lt;BR /&gt;lucene.indexer.mergerMaxMergeDocs=1000000&lt;BR /&gt;lucene.indexer.mergerMergeFactor=9&lt;BR /&gt;lucene.indexer.mergerMergeBlockingFactor=1&lt;BR /&gt;lucene.indexer.mergerMaxBufferedDocs=-1&lt;BR /&gt;lucene.indexer.mergerRamBufferSizeMb=16&lt;BR /&gt;#&lt;BR /&gt;# Properties for delta indexes (not this does not affect the final index segment which will be optimised)&lt;BR /&gt;# Max merge docs only applies to the index building process not the resulting index which will be optimised.&lt;BR /&gt;#&lt;BR /&gt;lucene.indexer.writerMaxMergeDocs=1000000&lt;BR /&gt;lucene.indexer.writerMergeFactor=9&lt;BR /&gt;lucene.indexer.writerMaxBufferedDocs=-1&lt;BR /&gt;lucene.indexer.writerRamBufferSizeMb=16&lt;BR /&gt;#&lt;BR /&gt;# Target number of indexes and deltas in the overall index and what index size to merge in memory&lt;BR /&gt;#&lt;BR /&gt;lucene.indexer.mergerTargetIndexCount=5&lt;BR /&gt;lucene.indexer.mergerTargetOverlayCount=5&lt;BR /&gt;lucene.indexer.mergerTargetOverlaysBlockingFactor=1&lt;BR /&gt;lucene.indexer.maxDocsForInMemoryMerge=10000&lt;BR /&gt;lucene.indexer.maxRamInMbForInMemoryMerge=16&lt;BR /&gt;lucene.indexer.maxDocsForInMemoryIndex=10000&lt;BR /&gt;lucene.indexer.maxRamInMbForInMemoryIndex=16&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Any input to help resove this issue would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let us know if you need further information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Varun&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 May 2012 23:30:33 GMT</pubDate>
    <dc:creator>varunv</dc:creator>
    <dc:date>2012-05-13T23:30:33Z</dc:date>
    <item>
      <title>Alfresco 3.4d - Running out of disk space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4d-running-out-of-disk-space/m-p/271682#M224812</link>
      <description>Hi,We are running the community edition of Alfresco 3.4d and we are noticing that after posting around 100 documents of size 22K through the webservice interface (individually - one file is being sent at a time), the machine is running out of disk space after 2 - 3 hours. The current disk size on th</description>
      <pubDate>Sun, 13 May 2012 23:30:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4d-running-out-of-disk-space/m-p/271682#M224812</guid>
      <dc:creator>varunv</dc:creator>
      <dc:date>2012-05-13T23:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 3.4d - Running out of disk space</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4d-running-out-of-disk-space/m-p/271683#M224813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think this can be due to indexing all versions of uploaded documents, or some content transformer error. Do you need versioning, or have you tried to turn it off? Also try to turn off transformer for application/pdf and check if that behaviour still hapenning.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 13:44:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-3-4d-running-out-of-disk-space/m-p/271683#M224813</guid>
      <dc:creator>shmoula</dc:creator>
      <dc:date>2012-06-14T13:44:04Z</dc:date>
    </item>
  </channel>
</rss>

