We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865db70 commit a2841b2Copy full SHA for a2841b2
Sources/libhostmgr/libhostmgr.swift
@@ -227,7 +227,7 @@ public func startVM(name: String) async throws {
227
.memorySize(Int(vmAvailableMemory / 1024 / 1024)),
228
.cpuCount(ProcessInfo().physicalProcessorCount),
229
.hypervisorType(.apple),
230
- .networkType(.bridged),
+ .networkType(.shared),
231
.isolateVM(.on),
232
.sharedCamera(.off)
233
].forEach { try parallelsVM.set($0) }
0 commit comments