You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FetchJob List.ctor is causing unusually high memory allocations.
GetStateData List.ctor is causing unusually high memory allocations.
FetchJob List.ctor is causing unusually high memory allocations
Current condition: 40% of your Memory was spent in List.ctor called from Hangfire.SqlServer.SqlServerJobQueue.FetchJob. We expected this value to be <1%.
Recommendations: Consider investigating why List.ctor is causing higher than expected memory allocations.
NOTE: We are currently working on refining the details of this recommendation. In the meantime please click here to get general information about memory performance optimization.
Call Stack:
microsoft.applicationinsights.ilrepack!Microsoft.ApplicationInsights.DependencyCollector.Implementation.SqlClientDiagnostics.SqlClientDiagnosticSourceListener.System.IObserver<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.OnNext(value class System.Collections.Generic.KeyValuePair`2<class System.String,class System.Object>)
microsoft.data.sqlclient!Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(value class System.Data.CommandBehavior)
microsoft.data.sqlclient!Microsoft.Data.SqlClient.SqlCommand.ExecuteReader(value class System.Data.CommandBehavior)
hangfire.sqlserver!Dapper.SqlMapper.ExecuteReaderWithFlagsFallback(class System.Data.IDbCommand,bool,value class System.Data.CommandBehavior)
hangfire.sqlserver!Hangfire.SqlServer.SqlServerJobQueue.DequeueUsingSlidingInvisibilityTimeout(class System.String[],value class System.Threading.CancellationToken)
hangfire.core!Hangfire.Server.BackgroundProcessDispatcherBuilder.ExecuteProcess(value class System.Guid,class System.Object)
hangfire.core!Hangfire.Processing.BackgroundExecution.Run(class System.Action`2<value class System.Guid,class System.Object>,class System.Object)
GetStateData List.ctor is causing unusually high memory allocations.
Current condition: 32% of your Memory was spent in List.ctor called from Hangfire.SqlServer.SqlServerConnection.GetStateData. We expected this value to be <1%.
Recommendations: Consider investigating why List.ctor is causing higher than expected memory allocations.
NOTE: We are currently working on refining the details of this recommendation. In the meantime please click here to get general information about memory performance optimization.
hangfire.core!Hangfire.Server.ServerJobCancellationToken.CheckAllCancellationTokens(class System.String,class Hangfire.Storage.IStorageConnection,value class System.Threading.CancellationToken)
Getting these notices on AppInsights, thought it worth sharing.
Hangfire.AspNetCore v1.8.14
Hangfire.SqlServer v1.8.14
List.ctor
is causing unusually high memory allocations.List.ctor
is causing unusually high memory allocations.FetchJob
List.ctor
is causing unusually high memory allocationsCurrent condition: 40% of your Memory was spent in
List.ctor
called fromHangfire.SqlServer.SqlServerJobQueue.FetchJob
. We expected this value to be <1%.Recommendations: Consider investigating why
List.ctor
is causing higher than expected memory allocations.NOTE: We are currently working on refining the details of this recommendation. In the meantime please click here to get general information about memory performance optimization.
Call Stack:
1[System.__Canon]..ctor(class System.Collections.Generic.IEnumerable
1<!0>)GetStateData
List.ctor
is causing unusually high memory allocations.Current condition: 32% of your Memory was spent in
List.ctor
called fromHangfire.SqlServer.SqlServerConnection.GetStateData
. We expected this value to be <1%.Recommendations: Consider investigating why
List.ctor
is causing higher than expected memory allocations.NOTE: We are currently working on refining the details of this recommendation. In the meantime please click here to get general information about memory performance optimization.
Call Stack:
1[System.__Canon]..ctor(class System.Collections.Generic.IEnumerable
1<!0>)The text was updated successfully, but these errors were encountered: