You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running otel collector as a sidecar in docker containers in EC2 backed ECS.
After setting a container memory limit as 100 MiB, memory_limiter keeps forcing a GC.
memory_limiter configuration is set to "limit_mib": 90 "spike_limit_mib": 75
Using percentage did not work either.
I want to use memory_limiter to limit my otel collector to some meaningful memory, I see in the past, it always used at most 50MiB memory.
Kindly let me know how to ensure memory_limiter detects configured memory limits.
Below are some logs from our otel colelctor which show GC triggered at much lower limit than what is configured.
I am running otel collector as a sidecar in docker containers in EC2 backed ECS.
After setting a container memory limit as 100 MiB, memory_limiter keeps forcing a GC.
memory_limiter configuration is set to "limit_mib": 90 "spike_limit_mib": 75
Using percentage did not work either.
I want to use memory_limiter to limit my otel collector to some meaningful memory, I see in the past, it always used at most 50MiB memory.
Kindly let me know how to ensure memory_limiter detects configured memory limits.
Below are some logs from our otel colelctor which show GC triggered at much lower limit than what is configured.
The text was updated successfully, but these errors were encountered: