mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 09:20:17 +01:00
@@ -1057,7 +1057,7 @@ vm::__cpu(){
|
||||
|
||||
config::get "_c_socket" "cpu_sockets"
|
||||
config::get "_c_core" "cpu_cores"
|
||||
config::get "_c_thread" "cpu_thread"
|
||||
config::get "_c_thread" "cpu_threads"
|
||||
|
||||
[ -n "${_c_socket}" ] && _config="${_config},sockets=${_c_socket}"
|
||||
[ -n "${_c_core}" ] && _config="${_config},cores=${_c_core}"
|
||||
|
||||
Reference in New Issue
Block a user