10m entries in profiler

pull/8713/head
Jan Tattermusch 8 years ago
parent fdf45ab6fd
commit 475e06bb12
  1. 2
      src/csharp/Grpc.Core/Profiling/Profilers.cs

@ -80,7 +80,7 @@ namespace Grpc.Core.Profiling
ProfilerEntry[] entries;
int count;
public BasicProfiler() : this(1024*1024)
public BasicProfiler() : this(20*1024*1024)
{
}

Loading…
Cancel
Save