Skip to content

Commit

Permalink
Try adding site-per-process and new headless modE
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeucht committed Apr 4, 2024
1 parent 535a8c2 commit 0b35f56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample/SampleLambda-dotnet8/HelloWorldHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ public async Task<byte[]> Handle(ILambdaContext context)
var launchArgs = HeadlessChromiumPuppeteerLauncher.DefaultChromeArgs
.Append("--enable-logging")
.Append("--log-level=0")
.Append("--disable-features=site-per-process")
.Append("--single-process")
.Append("--headless=new")
.ToArray();


Expand Down

0 comments on commit 0b35f56

Please sign in to comment.