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
Describe the bug
Starting the collector with a 32-bit build using the memory_ballast extension without any ballast size specified causes a crash during startup.
What did you expect to see?
Collector to start correctly
What did you see instead?
Error: failed to start extensions: strconv.Atoi: parsing "9223372036854771712": value out of range; failed to shutdown service after error: failed to shutdown pipelines: no existing monitoring routine is running; no existing monitoring routine is running
What version did you use?
latest main branch
linux_386 build
What config did you use?
extensions:
memory_ballast: {}
zpages:
endpoint: 0.0.0.0:55679
receivers:
otlp:
protocols:
grpc:
http:
processors:
batch:
memory_limiter:
# 75% of maximum memory up to 4G
limit_mib: 1536
# 25% of limit up to 2G
spike_limit_mib: 512
check_interval: 5s
exporters:
logging:
loglevel: debug
service:
pipelines:
traces:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
metrics:
receivers: [otlp]
processors: [memory_limiter, batch]
exporters: [logging]
extensions: [memory_ballast, zpages]
Environment
Ubuntu 22.04 + with CGroup V1 (explicitly enabled)
Additional context
Starting the memory_ballast extension with setting explicit size works fine
memory_ballast:
size_mib: 512
The text was updated successfully, but these errors were encountered:
Describe the bug
Starting the collector with a 32-bit build using the memory_ballast extension without any ballast size specified causes a crash during startup.
Steps to reproduce
Start collector
What did you expect to see?
Collector to start correctly
What did you see instead?
What version did you use?
latest main branch
linux_386 build
What config did you use?
Environment
Ubuntu 22.04 + with CGroup V1 (explicitly enabled)
Additional context
Starting the memory_ballast extension with setting explicit size works fine
The text was updated successfully, but these errors were encountered: