This message was deleted.
# azure
s
This message was deleted.
m
PS this is now causing the following when I try to run pulumi up runtime: VirtualAlloc of 553132032 bytes failed with errno=1455 fatal error: out of memory
The bloat in the file is happening every time I try and run a release pipeline in Azure DevOps using a Pulumi Azure Pipelines Task. The task is set to run the "up" command with "--yes" args using Pulumi 3.24.. I have tried it on a Windows agent host and a Linux host.
Anyone with any suggestions on this? At the moment it is making pulumi unusable for a critical project
After a bit more digging, the issue seems to be with the aliases sections for each item in the stack. As an example, a Serivce Bus Rule that had 44 aliases before the last pulumi up command now has 60 000 aliases!