Skip to content

Commit 9226acc

Browse files
author
Aytackydln
committed
reduce memory pressure from 600 to 200
1 parent ed0a0fe commit 9226acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project-Aurora/Project-Aurora/Modules/PerformanceMonitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected override Task Initialize()
3838
{
3939
Task.Run(BackgroundInitialize);
4040

41-
GC.AddMemoryPressure((long)ByteSize.FromMegaBytes(666).Bytes);
41+
GC.AddMemoryPressure((long)ByteSize.FromMegaBytes(200).Bytes);
4242

4343
return Task.CompletedTask;
4444
}

0 commit comments

Comments
 (0)