Dmitri Khokhlov
Dmitri Khokhlov
@stdmje try to separate label and namespace in value: ``` "namespace:some-namespace,label.app.kubernetes.io/name:some-label" ```
The workaround for the memory leak is disabling persistent agent state - file offsets database (rocksdb): ```LOGDNA_DB_PATH=/dev/null``` Note: this change cases agent to behave as if there is no previous...
@Uvedale This issue has been prioritized up and work is ongoing. is this workaround not working for you? https://github.com/logdna/logdna-agent-v2/issues/179#issuecomment-1446871271
re: 3.8.8 is it k8s? what image name do you use?
what is RES memory usage? agent prints 'metrics' every minute. what is the rate of 'writes' value? writes per minute how long does it take to get OOM after start?
what is the effective config that is printed after agent started?
that is not the beginning of the log. the config follows this message right after agent is started: > INFO config: effective configuration collected from cli, env and config:
> clear_cache_interval: 21600 try to lower it to 10 mins using env var: > MZ_CACHE_CLEAR_INTERVAL=600 I assume you did not have OOMs during first 10 mins.
> I tried using: [patch.crates-io] ring = { git = "https://github.com/ibm/ring.git", branch = "ppc-0.16.20" } > > but I'm getting this error: error[E0599]: no method named `description_` found for struct...
looks like ring build script fails. can you build ring? ``` sudo apt install gcc-powerpc64le-linux-gnu git clone [email protected]:IBM/ring.git git co main-ppc cargo build --target powerpc64le-unknown-linux-gnu ```