Skip to content

Commit f13a647

Browse files
authored
Switch back to hyperv isolation for stability (#626)
1 parent a9cd827 commit f13a647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/BCContainerManagement.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function New-BCContainerSync {
301301
multitenant = $false
302302
shortcuts = 'None'
303303
memoryLimit = "16G"
304-
isolation = "process"
304+
isolation = "hyperv"
305305
}
306306

307307
if ($AcceptEula) {

0 commit comments

Comments
 (0)