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 1fbcea9 commit f6c974cCopy full SHA for f6c974c
tools/GenerateModules.ps1
@@ -33,6 +33,8 @@ if (!(Get-Module -Name powershell-yaml -ListAvailable)) {
33
Install-Module powershell-yaml -Force
34
}
35
36
+# Set NODE max memory to 8 Gb.
37
+$ENV:NODE_OPTIONS='--max-old-space-size=8192'
38
$ModulePrefix = "Microsoft.Graph"
39
$ScriptRoot = $PSScriptRoot
40
$ModulesOutputDir = Join-Path $ScriptRoot "..\src\"
0 commit comments