<?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 How to fully utilize disk space in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113994#M1230</link>
    <description>&lt;P&gt;Hi, I need help on how to configure my Dynatrace to use more of the disk space instead of leaving them free. Here's what I facing: 1. while my filesystem is only at 92% used /dev/mapper/APPVG-app_lv1 4.8T 4.2T 390G 92% /apps 2. my environment is complaining "Transaction storage has been truncated due to quota limits or there is not enough space available on the disk " 3. here's what I have in /apps 49G agents 797M backup 172G cassandra 28G elasticsearch 784M installer 1.3G log 4.0K nodekeeper 3.9T server Is there a way to make Dynatrace use another 5% of my available space? Thanks for helping in advance... Gary&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 10:31:09 GMT</pubDate>
    <dc:creator>gary1024</dc:creator>
    <dc:date>2022-08-30T10:31:09Z</dc:date>
    <item>
      <title>How to fully utilize disk space</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113994#M1230</link>
      <description>&lt;P&gt;Hi, I need help on how to configure my Dynatrace to use more of the disk space instead of leaving them free. Here's what I facing: 1. while my filesystem is only at 92% used /dev/mapper/APPVG-app_lv1 4.8T 4.2T 390G 92% /apps 2. my environment is complaining "Transaction storage has been truncated due to quota limits or there is not enough space available on the disk " 3. here's what I have in /apps 49G agents 797M backup 172G cassandra 28G elasticsearch 784M installer 1.3G log 4.0K nodekeeper 3.9T server Is there a way to make Dynatrace use another 5% of my available space? Thanks for helping in advance... Gary&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 10:31:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113994#M1230</guid>
      <dc:creator>gary1024</dc:creator>
      <dc:date>2022-08-30T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to fully utilize disk space</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113995#M1231</link>
      <description>&lt;P&gt;Forgot to mention that I already set 'Unlimited' 'Transaction storage' in CMC. It just won't go beyond 92%.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 02:27:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113995#M1231</guid>
      <dc:creator>gary1024</dc:creator>
      <dc:date>2020-06-22T02:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to fully utilize disk space</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113996#M1232</link>
      <description>&lt;P&gt;I don’t think so, the system sets certain amounts of space for certain parts of the application, I would recommend growing them or using Network attached storage via mount points. &lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 03:58:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113996#M1232</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2020-06-22T03:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to fully utilize disk space</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113997#M1233</link>
      <description>&lt;P&gt;Gary,&lt;/P&gt;&lt;P&gt;the reason behind this is the "reserved" space by Dynatrace. It might be observed as free, whereas this is a space for our metrics and configuration storage (Cassandra). The space is utilized by the compaction.&lt;/P&gt;&lt;P&gt;Cassandra uses a &lt;A href="https://en.wikipedia.org/wiki/Log-structured_merge-tree"&gt;Log Structured Merge Tree&lt;/A&gt; engine, which allows high write throughput by flushing immutable chunks of data, in the form of SSTables, to disk and deferring consistency on the read phase. Over time, more and more SSTables are written to disk, resulting in a partition having chunks in multiple SSTables, slowing down reads. To limit fragmentation of data, we use a process called compaction to merge sstables together. Several compaction strategies are available in Cassandra that merge SSTables together. These strategies are designed for different workloads and data models. (source: &lt;A href="https://thelastpickle.com/blog/2016/12/08/TWCS-part1.html"&gt;https://thelastpickle.com/blog/2016/12/08/TWCS-part1.html&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Currently Dynatrace Managed requires 100% of metric storage reserved for compaction. E.g for 2 TB metric storage, you need up to 2TB for compaction. We are working now on switching the compaction strategy to TWCS which should drop reserved space significantly.&lt;/P&gt;&lt;P&gt;Here you can find a nice article on compaction nuances: &lt;A href="https://thelastpickle.com/blog/2017/03/16/compaction-nuance.html"&gt;https://thelastpickle.com/blog/2017/03/16/compaction-nuance.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 08:13:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-to-fully-utilize-disk-space/m-p/113997#M1233</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2020-06-22T08:13:28Z</dc:date>
    </item>
  </channel>
</rss>

