<?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: High Memory Consumption of liveness-probe Container in CSI Driver Pod in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/High-Memory-Consumption-of-liveness-probe-Container-in-CSI/m-p/291602#M3411</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13672"&gt;@ntanaka&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look please at these Dynatrace Documentation pages and let us know whether is it helping to address issues you've described above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-&amp;gt;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/reference/storage" target="_self"&gt;Storage requirements&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-&amp;gt;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/deployment-and-configuration/node-image-pull" target="_self"&gt;Configure node image pull&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
    <pubDate>Tue, 16 Dec 2025 16:15:07 GMT</pubDate>
    <dc:creator>Michal_Gebacki</dc:creator>
    <dc:date>2025-12-16T16:15:07Z</dc:date>
    <item>
      <title>High Memory Consumption of liveness-probe Container in CSI Driver Pod</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/High-Memory-Consumption-of-liveness-probe-Container-in-CSI/m-p/290427#M3380</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We are experiencing&amp;nbsp;high memory consumption of the liveness-probe container in the CSI driver Pod when using Dynatrace Operator.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone experienced the similar issues?&lt;/P&gt;&lt;P&gt;Or, does anyone have insights or best practices for addressing high memory usage by the liveness-probe?&lt;/P&gt;&lt;P&gt;I noticed that Dynatrace Operator v1.7.0 introduced Helm switches for the livenessProbe parameter:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/release-notes-dto-fix-1-7-0#new-features-and-enhancements" target="_blank"&gt;https://docs.dynatrace.com/docs/shortlink/release-notes-dto-fix-1-7-0#new-features-and-enhancements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Would tuning the livenessProbe parameters help reduce resource consumption?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Background:&lt;/STRONG&gt;&lt;BR /&gt;We previously encountered a CrashLoopBackOff issue with the CSI driver caused by liveness-probe timeouts. Despite tuning various parameters based on guidance from the support team and the &lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Kubernetes-Operator-CSI-driver-crashes-frequently/ta-p/272021" target="_blank"&gt;Community article&lt;/A&gt;, the issue persisted.&lt;/P&gt;&lt;P&gt;Eventually, increasing the memory limit for liveness-probe from the default 30 MB to 600 MB resolved the CrashLoopBackOff.&lt;/P&gt;&lt;P&gt;In a test environment, we intentionally set the memory limit to 6 MB, which reproduced the timeout issue. This suggests that memory exhaustion in liveness-probe leads to timeouts.&lt;/P&gt;&lt;P&gt;However, the root cause of the high memory consumption remains unclear. We are investigating ways to reduce memory usage to avoid CrashLoopBackOff.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Dynatrace Operator v1.4.1&lt;BR /&gt;OpenShift 4.14&lt;BR /&gt;Kubernetes 1.27&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current livenessProbe settings:&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;      livenessProbe:
        failureThreshold: 5      #default 3
        httpGet:
          path: /healthz
          port: healthz
          scheme: HTTP
        initialDelaySeconds: 15  #default 5
        periodSeconds: 15        #default 5
        successThreshold: 1
        timeoutSeconds: 10       #default 1
      name: server
      ports:
      - containerPort: 9808
        name: healthz
        protocol: TCP
      - containerPort: 8080
        name: metrics
        protocol: TCP
      resources:
        limits:
          cpu: "1"               #default 20m
          memory: 600Mi          #default 30Mi
        requests:
          cpu: 300m              #default 20m
          memory: 600Mi          #default 30Mi&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 28 Nov 2025 04:28:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/High-Memory-Consumption-of-liveness-probe-Container-in-CSI/m-p/290427#M3380</guid>
      <dc:creator>ntanaka</dc:creator>
      <dc:date>2025-11-28T04:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Consumption of liveness-probe Container in CSI Driver Pod</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/High-Memory-Consumption-of-liveness-probe-Container-in-CSI/m-p/291602#M3411</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13672"&gt;@ntanaka&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look please at these Dynatrace Documentation pages and let us know whether is it helping to address issues you've described above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-&amp;gt;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/reference/storage" target="_self"&gt;Storage requirements&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;-&amp;gt;&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/deployment-and-configuration/node-image-pull" target="_self"&gt;Configure node image pull&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 16:15:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/High-Memory-Consumption-of-liveness-probe-Container-in-CSI/m-p/291602#M3411</guid>
      <dc:creator>Michal_Gebacki</dc:creator>
      <dc:date>2025-12-16T16:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: High Memory Consumption of liveness-probe Container in CSI Driver Pod</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/High-Memory-Consumption-of-liveness-probe-Container-in-CSI/m-p/292175#M3440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/44566"&gt;@Michal_Gebacki&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your response, and sorry for the delay.&lt;/P&gt;&lt;P&gt;Could you please explain your idea in more detail?&lt;BR /&gt;I have reviewed the documentation, but I’m still not sure I understand what you mean.&lt;/P&gt;&lt;P&gt;Are you suggesting that we should configure the node image pull?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Dec 2025 05:25:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/High-Memory-Consumption-of-liveness-probe-Container-in-CSI/m-p/292175#M3440</guid>
      <dc:creator>ntanaka</dc:creator>
      <dc:date>2025-12-26T05:25:02Z</dc:date>
    </item>
  </channel>
</rss>

