Skip to content

Commit

Permalink
Try disabling site-per-process
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeucht committed Feb 23, 2024
1 parent 2d21a9f commit 1cba70d
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 @@ -17,6 +17,7 @@ public async Task<byte[]> Handle(ILambdaContext context)
.Append("--enable-logging")
.Append("--log-level=0")
.Append("--single-process")
.Append("-disable-features=IsolateOrigins,site-per-process")
.ToArray();


Expand Down

0 comments on commit 1cba70d

Please sign in to comment.