opentelemetry-collector icon indicating copy to clipboard operation
opentelemetry-collector copied to clipboard

Memory Limiter Processor and Swap space

Open lightme16 opened this issue 3 years ago • 0 comments

Important (read before submitting)

Is your feature request related to a problem? Please describe.

We are using Memory Limiter Processor https://github.com/open-telemetry/opentelemetry-collector/blob/main/processor/memorylimiterprocessor/README.md to control the amount of memory consumed by the application. Our ec2 instance has swap space enabled. Looks like Memory Limiter Processor doesn't consider a swap. Is there any way to make it support swap space in addition to RAM? Or provide any examples if it is possible right now.

Describe the solution you'd like Not sure, maybe an option for Memory Limiter Processor to use swap space as well.

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

lightme16 avatar Sep 13 '22 11:09 lightme16