Skip to content

Commit

Permalink
reduce memory pressure from 600 to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
Aytackydln committed Jan 29, 2025
1 parent ed0a0fe commit 9226acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected override Task Initialize()
{
Task.Run(BackgroundInitialize);

GC.AddMemoryPressure((long)ByteSize.FromMegaBytes(666).Bytes);
GC.AddMemoryPressure((long)ByteSize.FromMegaBytes(200).Bytes);

return Task.CompletedTask;
}
Expand Down

0 comments on commit 9226acc

Please sign in to comment.