Bug ID | 906828 |
---|---|
Summary | Osc building mysql with too many threads causes OOM and slowly kills the whole machine |
Classification | openSUSE |
Product | openSUSE Factory |
Version | 201411* |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Kernel |
Assignee | kernel-maintainers@forge.provo.novell.com |
Reporter | tchvatal@suse.com |
QA Contact | qa-bugs@suse.de |
CC | jkosina@suse.com |
Found By | --- |
Blocker | --- |
Mysql packaging is maintained on github: https://github.com/openSUSE/mysql-packaging/ There is makefile so simply running make kills after few hours your machine. Ssh/terminal connection: sometimes completely dead sometimes terminal still works Serial: didn't work for me but might be pebkac Kernel: Linux bugaboo 3.17.2-1-desktop #1 SMP PREEMPT Fri Nov 7 15:18:21 UTC 2014 (bf63174) x86_64 x86_64 x86_64 GNU/Linux Dmesg: nothing interesting just OOM killing process here and there as resources get sparse. .oscrc settings: build-jobs = 200 ^^ this is the probable cause, too many threads for GCC. I have this high settings as I use icecream when possible but in this case it uses just local build. Still it should not kill the whole machine.