Skip to content

Commit

Permalink
Try disabling dev shm
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeucht committed Apr 4, 2024
1 parent 0b35f56 commit e5fafe1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample/SampleLambda-dotnet8/HelloWorldHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public async Task<byte[]> Handle(ILambdaContext context)
.Append("--disable-features=site-per-process")
.Append("--single-process")
.Append("--headless=new")
.Append("--disable-dev-shm-usage")
.ToArray();


Expand Down

0 comments on commit e5fafe1

Please sign in to comment.