You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the feedback! I think there are 2 issues here,
The instructions are not updated after --mem-size is deprecated and --memory is introduced. I will update the doc later.
There are some known issues with VCPU synchronization in the error handling paths. In your case, most likely that the BSP thread had some errors and the AP thread were waiting BSP thread indefinitely. One quick workaround is to change --num-cpu to 1 and see what is the error in BSP thread.
returns
Then it hangs.
The text was updated successfully, but these errors were encountered: