search for: qemu_thread_create

Displaying 2 results from an estimated 2 matches for "qemu_thread_create".

2018 Apr 18
1
qemu: qemu_thread_create: Resource temporarily unavailable
Hi: My libvirt is 3.4.0 and qemu is 2.9.0, My host has a big memory(128G), I run many guest on my host(80 guests), when I batch stop and start guests, some guest will crash, the qemu log is "qemu: qemu_thread_create: Resource temporarily unavailable". I search qemu code, I find qemu_thread_create just like pthread_create function. I search on internet, someone say that is a bug of qemu.Because my host run many guest ,so I cann't ensure whether qemu bug or my host load heavy cause my guest crash. Can...
2018 Apr 25
0
qemu crash, qemu_thread_create: Resource temporarily unavailable
...s 3.4.0. I start many guest in short time(128G pyhsical memory ,1G per guest, 90 guest), and then run memtest on guest system.memtest just occupy guest memory,so when run memtest, host will allocate memory for guest. I run memtest on all my guest, and some guest will encounter crash. qemu log has qemu_thread_create: Resource temporarily unavailable record,I ask same question before, replier suggest I change qemu.conf max_process arg, but I cat /proc/$pid/limits, I find maxprocess limit is very big, I don't think is the args restrict. I think is when I run memtest on all guest, the host pressure very high...