Open zohnannor opened 1 year ago
I have increased the limit:
limits_config:
per_stream_rate_limit: 128MB
per_stream_rate_limit_burst: 128MB
ingestion_rate_mb: 128
ingestion_burst_size_mb: 128
And it doesn't error anymore.
However, I noticed in the code that BackgroundTask
is essentially a tight loop. The process consumes 100% of one CPU core.
Can I configure it so that it doesn't?
And no logs are being sent to Loki?
I am getting this:
loki.yml