<?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: Containerized AG change memory limits in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281076#M3209</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21221"&gt;@Michael_M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This thread for me is very interesting, bcs Dynatrace&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F53D25849628E5B940F6413454FC1A08/images/emoticons/dynatrace.png" alt=":dynatrace:" title=":dynatrace:" /&gt; + kubernetes&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; I’ll do everything I can, whatever it takes.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;There is two ways to do this:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;First&lt;/STRONG&gt; - If you prefer Kubernetes Hard Way (Joking&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;) &lt;STRONG&gt;Second -&lt;/STRONG&gt; GitOps is everything.&amp;nbsp; (So true &lt;span class="lia-unicode-emoji" title=":face_savoring_food:"&gt;😋&lt;/span&gt;)&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Results:&amp;nbsp;&lt;/STRONG&gt;Memory [&lt;STRONG&gt;maxMemory=5521M&lt;/STRONG&gt;, initHeap=3072M, maxHeap=5521M, usedMeta=14M, committedMeta=15M, totalPhysicalMemory=6144M, freePhysicalMemory=6031M] from your values&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;[maxMemory&lt;STRONG&gt;=1536M&lt;/STRONG&gt; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="results" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28875iA44D27587F858A40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Romanenkov_Al3x_1-1751992921701.png" alt="results" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;results&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;1)&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;Only If you’re into challenges and spending fun evenings alone with the terminal.&lt;/P&gt;&lt;P class=""&gt;If you have chance to update the StatefulSet and create several ConfigMaps, it’s not a big deal to get what you want.&lt;/P&gt;&lt;P class=""&gt;Ideal if you don't want change dynakube for some reasons.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;You can create configmap:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;apiVersion: v1
kind: ConfigMap
metadata:
  name: activegate-memory-config
  namespace: dynatrace
data:
  DT_INIT_HEAP_PERCENT: '50'
  DT_MAX_HEAP_PERCENT: '90'&lt;/LI-CODE&gt;&lt;P&gt;Modify statefulSet + boost req/lim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;...
      containers:
        - name: activegate
...
          env:
...            
           - name: DT_INIT_HEAP_PERCENT
              valueFrom:
                configMapKeyRef:
                  name: activegate-memory-config
                  key: DT_INIT_HEAP_PERCENT
            - name: DT_MAX_HEAP_PERCENT
              valueFrom:
                configMapKeyRef:
                  name: activegate-memory-config
                  key: DT_MAX_HEAP_PERCENT
...
            limits:
              cpu: '1'
              memory: 6Gi
            requests:
              cpu: 500m
              memory: 6Gi&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) As mentioned&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;you can update dynakube.&lt;/P&gt;&lt;P&gt;You need to provide same env variables to container with name "activeagate"&lt;/P&gt;&lt;P&gt;You can define them here:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    # Optional: Add custom environment variables to ActiveGate pods
    #
    # env: []&lt;/LI-CODE&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;You need all the same environment variables from the first point.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DT_INIT_HEAP_PERCENT: 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DT_MAX_HEAP_PERCENT: 90&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Boost request/limits for example to 6Gi from 1.5Gi&lt;/P&gt;&lt;P&gt;Then the operator will work for you.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mischief managed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After this, you’ll probably want to tune something else — take a look at custom properties:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    # customProperties:
    #   value: |
    #     [connectivity]
    #     networkZone=&lt;/LI-CODE&gt;&lt;P&gt;cat&amp;nbsp;/var/lib/dynatrace/gateway/config/config.properties&lt;/P&gt;&lt;P&gt;Have fun!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aleksandr Romanenkov&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2025 17:24:14 GMT</pubDate>
    <dc:creator>Romanenkov_Al3x</dc:creator>
    <dc:date>2025-07-08T17:24:14Z</dc:date>
    <item>
      <title>Containerized ActiveGate change memory limits</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/280971#M3202</link>
      <description>&lt;P&gt;Is it possible to change the memory limits of the AG in a containerized environment like it is descriped here for a non-containerized AG: &lt;A href="https://docs.dynatrace.com/docs/shortlink/sgw-configure#memory-limits" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/sgw-configure#memory-limits&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The reason for my question is simpl: In the container the AG is alone and it still only uses 55% of max memory.&lt;BR /&gt;From my point of view, this is not really a efficient use of the memory in the Pod.&lt;/P&gt;
&lt;P&gt;I deploy the AG with the help of the Dynatrace Operator in our OpenShift environment.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 11:39:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/280971#M3202</guid>
      <dc:creator>Michael_M</dc:creator>
      <dc:date>2025-12-17T11:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Containerized AG change memory limits</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/280979#M3204</link>
      <description>&lt;P&gt;Yes, you can do it in the section activegate (Resource settings for ActiveGate container) of your Dynakube YAML :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;apiVersion: dynatrace.com/v1beta4
kind: DynaKube
metadata:
  name: dynakube
  namespace: dynatrace
spec:
  # Link to api reference for further information: https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/reference/dynakube-parameters

  # Required: Dynatrace apiUrl including the `/api` path at the end.
  apiUrl: https://ENVIRONMENTID.live.dynatrace.com/api

  # Optional: Name of the secret holding the tokens used for connecting to Dynatrace.
  #
  # tokens: ""

  # Optional: Defines a custom pull secret in case you use a private registry when pulling images from the Dynatrace environment
  #
  # customPullSecret: "custom-pull-secret"

  # Optional: Disable certificate check for the connection between Dynatrace Operator and the Dynatrace Cluster.
  #
  # skipCertCheck: false

  # Optional: Set custom proxy settings either directly or from a secret with the field 'proxy'
  #
  # proxy:
  #   value: my-proxy-url.com
  #   valueFrom: name-of-my-proxy-secret

  # Optional: Add custom RootCAs from a configmap.
  #
  # trustedCAs: name-of-my-ca-configmap

  # Optional: Set a network zone for the OneAgent and ActiveGate pods.
  #
  # networkZone: name-of-my-network-zone

  # Optional: Configure istio to allow access to the Dynatrace Cluster from the OneAgent or ActiveGate pods.
  #
  # enableIstio: true

  # Optional: Minimum minutes between Dynatrace API requests.
  #
  # dynatraceApiRequestThreshold: 15

  # Configuration for Metadata Enrichment.
  #
  # metadataEnrichment:
  #   enabled: true

    # Optional: The namespaces where you want Dynatrace Operator to inject
    #
    # namespaceSelector:
    #   matchLabels:
    #     app: my-app
    #   matchExpressions:
    #   - key: app
    #     operator: In
    #     values: [my-frontend, my-backend, my-database]

  # Configuration for Log monitoring.
  #
  # logMonitoring: {}
  
    # Optional: Specifies the rules and conditions for matching ingest attributes.
    #
    # ingestRuleMatchers:
    #   - attribute: "k8s.namespace.name"
    #     values:
    #       - "kube-system"
    #       - "dynatrace"
    #       - "default"
    #   - attribute: "k8s.pod.annotation",
    #     values:
    #       - "logs.dynatrace.com/ingest=true"
    #       - "category=security"

  # Configuration for OneAgent
  #
  oneAgent:
    # Optional: Set a host group for OneAgent
    #
    # hostGroup: ""

    classicFullStack:
      # Optional: Specify the node selector that controls on which nodes OneAgent will be deployed.
      #
      # nodeSelector: {}

      # Optional: Assign a priority class to the OneAgent pods.
      #
      # priorityClassName: priority-class

      # Optional: Tolerations to include with the OneAgent DaemonSet.
      #
      tolerations:
        - effect: NoSchedule
          key: node-role.kubernetes.io/master
          operator: Exists
        - effect: NoSchedule
          key: node-role.kubernetes.io/control-plane
          operator: Exists

      # Optional: Resource settings for OneAgent container.
      #
      # oneAgentResources:
      #   requests:
      #     cpu: 100m
      #     memory: 512Mi
      #   limits:
      #     cpu: 300m
      #     memory: 1.5Gi

      # Optional: Set additional arguments to the OneAgent installer.
      #
      # args: []

      # Optional: Set additional environment variables for the OneAgent pods.
      #
      # env: []

      # Optional: Disable automatic restarts of OneAgent pods in case a new version is available
      #
      # autoUpdate: true

      # Optional: Set the DNS Policy for OneAgent pods.
      #
      # dnsPolicy: "ClusterFirstWithHostNet"

      # Optional: Add custom OneAgent annotations.
      #
      # annotations:
      #   custom: annotation

      # Optional: Add custom labels to OneAgent pods
      #
      # labels:
      #   custom: label

      # Optional: Use a custom OneAgent image.
      #
      # image: ""

      # Optional: The OneAgent version to be used.
      # Example: &amp;lt;major&amp;gt;.&amp;lt;minor&amp;gt;.&amp;lt;release&amp;gt;.&amp;lt;timestamp&amp;gt;, e.g. 1.200.0.20240101-000000
      #
      # version: ""

      # Optional: The SecComp Profile that will be configured in order to run in secure computing mode.
      #
      # secCompProfile: ""

  # Configuration for ActiveGate instances.
  #
  activeGate:
    # Defines the ActiveGate capabilities
    #
    capabilities:
      - routing
      - kubernetes-monitoring
      - dynatrace-api

    # Optional: Amount of replicas of ActiveGate pods.
    #
    # replicas: 1

    # Optional: Use a custom ActiveGate image
    #
    # image: ""

    # Optional: Set the ActiveGate group
    #
    # group: ""

    # Optional: Add a custom properties file by providing it as a value or by referencing it from a secret.
    #
    # customProperties:
    #   value: |
    #     [connectivity]
    #     networkZone=
    #   valueFrom: myCustomPropertiesSecret

    # Optional: Resource settings for ActiveGate container.
    #
    resources:
      requests:
        cpu: 500m
        memory: 1.5Gi
      limits:
        cpu: 1000m
        memory: 1.5Gi

    # Optional: Specify the node selector that controls on which nodes ActiveGate will be deployed.
    #
    # nodeSelector: {}

    # Optional: Set tolerations for the ActiveGate pods.
    #
    # tolerations:
    # - effect: NoSchedule
    #   key: node-role.kubernetes.io/master
    #   operator: Exists

    # Optional: Add custom labels to ActiveGate pods
    #
    # labels:
    #   custom: label

    # Optional: Add custom environment variables to ActiveGate pods
    #
    # env: []

    # Optional: Name of a secret containing ActiveGate TLS certificate, key, and password.
    #
    # tlsSecretName: "my-tls-secret"

    # Optional: Set the DNS policy for ActiveGate pods.
    #
    # dnsPolicy: "Default"

    # Optional: Assign a priority class to the ActiveGate pods.
    #
    # priorityClassName: priority-class

    # Optional: Add custom annotations to ActiveGate pods
    #
    # annotations:
    #   custom: annotation

    # Optional: Add TopologySpreadConstraints to the ActiveGate pods
    #
    # topologySpreadConstraints: []&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 17:29:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/280979#M3204</guid>
      <dc:creator>DanielS</dc:creator>
      <dc:date>2025-07-07T17:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Containerized AG change memory limits</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281029#M3206</link>
      <description>&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;thanks for your suggestion but this is not exactly what I meant.&lt;/P&gt;&lt;P&gt;I was talking about how much memory of the assigned memory of the Pod the AG will use.&lt;BR /&gt;For example: The pod has a limit and request of 3Gi but the AG will only use 50% of it.&lt;BR /&gt;Log output of my AG&lt;BR /&gt;Memory [maxMemory=1536M, initHeap=768M, maxHeap=1536M, usedMeta=7M, committedMeta=7M, totalPhysicalMemory=3072M, freePhysicalMemory=2988M]&lt;BR /&gt;50% (-XX:MaxRAMPercentage=50) is the default for the AG and can be changed with the -java.xmx.relative_part switch in the launcheruserconfig.conf.&lt;BR /&gt;I understand that this is necessary for a non-containerized AG but in the container world I can spin up a container for each use case I have.&lt;BR /&gt;The current use case is to monitor the OpenShift cluster with the kubernetes_monitoring feature and my AG needs some memory for this. But unfortuneally because of this 50% default I have to define a relative high limit only to have use 50 % of the memory.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;That why I would like to change this but I wasn't able to finde a way with the operator. Not one I have found in the docs.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 07:38:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281029#M3206</guid>
      <dc:creator>Michael_M</dc:creator>
      <dc:date>2025-07-08T07:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Containerized AG change memory limits</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281076#M3209</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/21221"&gt;@Michael_M&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This thread for me is very interesting, bcs Dynatrace&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F53D25849628E5B940F6413454FC1A08/images/emoticons/dynatrace.png" alt=":dynatrace:" title=":dynatrace:" /&gt; + kubernetes&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; I’ll do everything I can, whatever it takes.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;There is two ways to do this:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;First&lt;/STRONG&gt; - If you prefer Kubernetes Hard Way (Joking&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;) &lt;STRONG&gt;Second -&lt;/STRONG&gt; GitOps is everything.&amp;nbsp; (So true &lt;span class="lia-unicode-emoji" title=":face_savoring_food:"&gt;😋&lt;/span&gt;)&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Results:&amp;nbsp;&lt;/STRONG&gt;Memory [&lt;STRONG&gt;maxMemory=5521M&lt;/STRONG&gt;, initHeap=3072M, maxHeap=5521M, usedMeta=14M, committedMeta=15M, totalPhysicalMemory=6144M, freePhysicalMemory=6031M] from your values&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;[maxMemory&lt;STRONG&gt;=1536M&lt;/STRONG&gt; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="results" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28875iA44D27587F858A40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Romanenkov_Al3x_1-1751992921701.png" alt="results" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;results&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;1)&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;Only If you’re into challenges and spending fun evenings alone with the terminal.&lt;/P&gt;&lt;P class=""&gt;If you have chance to update the StatefulSet and create several ConfigMaps, it’s not a big deal to get what you want.&lt;/P&gt;&lt;P class=""&gt;Ideal if you don't want change dynakube for some reasons.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;You can create configmap:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;apiVersion: v1
kind: ConfigMap
metadata:
  name: activegate-memory-config
  namespace: dynatrace
data:
  DT_INIT_HEAP_PERCENT: '50'
  DT_MAX_HEAP_PERCENT: '90'&lt;/LI-CODE&gt;&lt;P&gt;Modify statefulSet + boost req/lim&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;...
      containers:
        - name: activegate
...
          env:
...            
           - name: DT_INIT_HEAP_PERCENT
              valueFrom:
                configMapKeyRef:
                  name: activegate-memory-config
                  key: DT_INIT_HEAP_PERCENT
            - name: DT_MAX_HEAP_PERCENT
              valueFrom:
                configMapKeyRef:
                  name: activegate-memory-config
                  key: DT_MAX_HEAP_PERCENT
...
            limits:
              cpu: '1'
              memory: 6Gi
            requests:
              cpu: 500m
              memory: 6Gi&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) As mentioned&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/35788"&gt;@DanielS&lt;/a&gt;&amp;nbsp;you can update dynakube.&lt;/P&gt;&lt;P&gt;You need to provide same env variables to container with name "activeagate"&lt;/P&gt;&lt;P&gt;You can define them here:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    # Optional: Add custom environment variables to ActiveGate pods
    #
    # env: []&lt;/LI-CODE&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;You need all the same environment variables from the first point.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DT_INIT_HEAP_PERCENT: 50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DT_MAX_HEAP_PERCENT: 90&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Boost request/limits for example to 6Gi from 1.5Gi&lt;/P&gt;&lt;P&gt;Then the operator will work for you.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mischief managed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;After this, you’ll probably want to tune something else — take a look at custom properties:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    # customProperties:
    #   value: |
    #     [connectivity]
    #     networkZone=&lt;/LI-CODE&gt;&lt;P&gt;cat&amp;nbsp;/var/lib/dynatrace/gateway/config/config.properties&lt;/P&gt;&lt;P&gt;Have fun!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aleksandr Romanenkov&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 17:24:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281076#M3209</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2025-07-08T17:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Containerized AG change memory limits</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281105#M3210</link>
      <description>&lt;P&gt;Hi Aleksandr,&lt;/P&gt;&lt;P&gt;that was exactly what I was looking for.&lt;/P&gt;&lt;P&gt;I set the environment variables in my dynakube an the activegate use the memory how I want it to use.&lt;/P&gt;&lt;P&gt;One question: I couldn't find this env variables in the documentation. Where did you get them?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 07:49:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281105#M3210</guid>
      <dc:creator>Michael_M</dc:creator>
      <dc:date>2025-07-09T07:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Containerized AG change memory limits</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281108#M3211</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey Michael, great to hear it worked out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Honestly, it’s not that hard — you can get that info too. This is not a secret in Vault (haha&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All you have to do is know the container’s entrypoint, check out the script (the sh that launches the gateway), and the parameters are right there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aleksandr Romanenkov&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 08:32:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281108#M3211</guid>
      <dc:creator>Romanenkov_Al3x</dc:creator>
      <dc:date>2025-07-09T08:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Containerized AG change memory limits</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281137#M3212</link>
      <description>&lt;P&gt;THX for the info, I will do that&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 09:34:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Containerized-ActiveGate-change-memory-limits/m-p/281137#M3212</guid>
      <dc:creator>Michael_M</dc:creator>
      <dc:date>2025-07-09T09:34:41Z</dc:date>
    </item>
  </channel>
</rss>

