Hi, I am using Azure-Native to deploy a Bastion Host in Azure through C# Pulumi code. When doing a pulumi up, I am getting the following error:
pulumi😛ulumi:Stack Deployment-dev.BastionHost running
+ Ict:Azure:Network:IctNetworkSecurityGroup nsg creating
pulumi😛ulumi:Stack Deployment-dev.BastionHost running runtime: VirtualAlloc of 8192 bytes failed with errno=1455
pulumi😛ulumi:Stack Deployment-dev.BastionHost running fatal error: out of memory
pulumi😛ulumi:Stack Deployment-dev.BastionHost running runtime stack:
pulumi😛ulumi:Stack Deployment-dev.BastionHost running runtime.throw(0xfb517e, 0xd)
pulumi😛ulumi:Stack Deployment-dev.BastionHost running /opt/hostedtoolcache/go/1.16.4/x64/src/runtime/panic.go:1117 +0x79
<snip>
pulumi😛roviders:azure-native default_1_9_0 error: could not read plugin
Pulumi preview does work, so I am slightly confused why it fails to read the plugin. (note that Pulumi Up uses --skip-preview  --yes --non-interactive)
Any idea how I can increase the memory that Pulumi can utilise? #azure