This message was deleted.
# golang
s
This message was deleted.
l
How much memory are you allocating for the container? The go SDK is quite large and the compilation/run step uses a fair amount of memory.
Might be worth trying 8gb. Also this directory you linked doesn't have any tests in it. The parent directory does, but you must specify the
-tag=all
build tag https://github.com/pulumi/pulumi-aws/tree/master/examples https://github.com/pulumi/pulumi-aws/blob/master/examples/examples_go_test.go#L2
w
i'll try with 8Gb as well