-
If a jvm config is pushed up with invalid settings, restart-cassandra-and-wait will hang till it times out. It should error and tell the user what the problem is. Might need to get the error out of …
-
### Describe the bug
I have sometimes some problems with vminsert memory usage, in avg it consumes between 500Mb to 1G of RAM but sometimes it grows in 1,5 hour from
-
Using this machine as a torrent downloader with Transmission, Sonarr, Radarr, Jackett, etc. I know these programs are heavy on RAM, but oom-killer gets triggered even when memory usage is lower than 1…
-
The command "stress -m 50" should cause the OOM Killer to kill the software.
I again compare the behaviour in the new version (currently in development), with the prod version.
(Additional, we mig…
-
Current implementation stores error logs in `$fluent->errors` unlimitedly. It would cause OOM killer if a "td-agent" process were gone(by segmentation fault, oom killer, etc.)
I know, fluent-logger-p…
-
### Current Behavior
Out of curiosity and boredom, I decided to try Podman with Wings after seeing that some people have gotten it working, but ran into a couple issues that prevent this from working…
-
参见https://linux-mm.org/OOM
进程有oom方面的3个proc文件:
- /proc/$PID/oom_adj
- /proc/$PID/oom_score
- /proc/$PID/oom_score_adj
其中 oom_score 表示最终的分数,该分数越大,越可能被 Killer 杀掉。
而 oom_adj 是调整分数的,可以设置为负值,会…
-
### Describe the bug
On armv7 builds (but not aarch64 ones), OOM killer triggers and kills numerous processes when memory usage goes above a certain threshold, but that threshold is far below the v…
-
-
### Preflight Checklist
- [X] I agree to follow the [Code of Conduct](https://github.com/deckhouse/deckhouse/blob/main/CODE_OF_CONDUCT.md) that this project adheres to.
- [X] I have searched the […