Hey, This is transient message with level info but that's probably not the reason for the crash. Is it just the collector container crashing? What's the exit status code of it?
m
moronmon
06/22/2022, 9:46 AM
There is no exit status code (or I could miss it). But I assume the collector's default memory in the dockerfile is insufficient to serve our application. If I check the memory usage with docker stats command, I saw the memory usage is above 100% before the collector's container crash.
s
Srikanth Chekuri
06/22/2022, 10:03 AM
It should have exit status code and based on what you telling it was proably 137 which is common scenario for OOM issues.
m
moronmon
06/23/2022, 3:57 AM
Yes, correct the exit status code is 137. Is there any minimum requirements memory for the Otel Collector?