-
При конвертации файлов `jsonl.zst` в формат `parquet`, очень сильно вырастает потребление RAM и SWAP. Программа завершается c помощью OOMKiller. Нагрука на CPU - незначительная
Размер исходного ф…
-
I _think_ I'm seeing a `worker agent experienced a fatal error; aborting job` error on this run because the worker agent is getting oomkilled on Linux:
https://buildomat.eng.oxide.computer/wg/0/detai…
-
memory seems to grow unbounded and is oom-killed after about 20GB memory usage.
this is happening while loading a ~1GB uncompressed location history.
-
In the course of investigating a customer problem of OOMKiller terminating a pod, it was noticed that running in a container and cgroup v2 limits are not being detected as expected. The container is…
-
### What happened?
When using fastembed with parallel=0 (or a higher number) and a large batch_size, the memory increases by a large amount (memory copies). In an event when the size is beyond the …
-
### Which jobs are failing?
https://testgrid.k8s.io/sig-node-kubelet#kubelet-gce-e2e-swap-ubuntu-serial
https://testgrid.k8s.io/sig-node-containerd#cos-cgroupv1-containerd-node-e2e-serial
### Which…
-
A disconnected replica/engine can be caused by:
1. CPU (starving)
2. Memory
3. Network (intermittent network disconnection)
4. Disk IO
or even OOMKiller.
It's not easy to pinpoint the probl…
-
While doing validation testing of Kinetic on s390x the memory-stress-ng test kept killing the session. SOMETHING has changed that has made OOMKiller more aggressive. After debugging a bit one thing …
-
Running the init process with Docker results in a 137 exit code. No obvious errors are logged.
```
(base) vagrant@vmslushyport:~/Antarctica_Today$ docker compose run cli init all
2024-09-26 18:08…
-
If a cockroach process consumes more memory than cache+max-sql-memory usually the oomkiller will kill the process but sometimes the kernel will take a long time to get to that state as it will attempt…