Skip to content

Commit 21104cc

Browse files
enlarge-node-mem (Azure#28287)
1 parent 6a00b9f commit 21104cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/Launch-MockServiceHost.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ validationPathsPattern=specification/$rpName/resource-manager/**/*.json"
106106
}
107107

108108
$mainApp = Join-Path "node_modules" "@azure-tools" "mock-service-host" "dist" "src" "main.js"
109-
node $mainApp
109+
node --max_old_space_size=8192 $mainApp
110110
}
111111

112112
function Test-Administrator

0 commit comments

Comments
 (0)