[Bug 276660] vnode_init can take several minutes to complete
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276660] vnode_init can take several minutes to complete"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 13:44:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276660 --- Comment #1 from John F. Carr <jfc@mit.edu> --- This problem seems to occur after I have run a large bhyve guest, using 24 virtual CPUs on my 24 core / 48 thread server to do compute-intensive work like building llvm. The VM is terminated but the damage is done. In the other direction, FreeBSD with many virtual CPUs can get very sluggish when the host is busy. I think the problem there is 23 threads are spinning waiting for a mutex to release and the virtual CPU owning the mutex is not running. -- You are receiving this mail because: You are the assignee for the bug.