On 01/30/2020 04:18 AM, stakanov wrote:
I did create a paste in
https://paste.opensuse.org/22334414
I am not good enough to understand what the system actually complains. I do not think it is a memory problem, could be related to the OS instead. The swap fills although the memory remains free. If you sudo swapoff -a the swap turns into memory, the system turns responsive. sudo dmesg reveals a flood of entries (disregard the martians, these are due to a vpn.)
I do not understand if, and if which, hardware is failing. Memory does nor reveal errors. Sometimes I get a complaint about CPU3 should not be sleeping. This is all I know. Thanks in advance if somebody understands (and maybe can a bit explain) the output. Why does the swap not return to memory once memory is abundantly available?
Ouch! Not a hardware problem, a "Running Out Of Memory" problem. Something is really, really memory hungry. Here a couple of bits from your file: Something is occupying over 3G of memory and then kernel has nearly 900M of writes pending. The big users seem to be Baloo (which is the file indexing thing...) and QtWebEngine -- not sure what browser that goes to, but likely a browser or somehow connected to Baloo. The big tell is the kernel message: Out of memory: Kill process 4478 (QtWebEngineProc) score 302 or sacrifice child Out of memory: Kill process 5251 (QtWebEngineProc) score 301 or sacrifice child Do you have a lot of tabs open in your browser? Do you need indexing? -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org