Skip to content

Commit

Permalink
hotfix: lambda size
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo committed Oct 13, 2024
1 parent fd710e9 commit 2a0f670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulumi/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"RUST_LOG": "info",
},
},
memory_size=1024,
memory_size=768,
timeout=20,
)

Expand Down

0 comments on commit 2a0f670

Please sign in to comment.