on 22 Dec 2023 10:50 AM
Application-only monitoring
If you get a crash loop on the pods when you install OneAgent, you need to increase the CPU memory of the pods directly in your DynaKube YAML configuration.
Hi @TomVGW,
I would increase the oneagentresources limits. This is the dafult set in dynakube.yaml. We have changed only the cpu limits from 300ms to 500ms at a client.
oneAgentResources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 300m
memory: 1.5Gi
I hope it helps.
Best regards,
Mizső