Hi experts,
What does Below FSM server logs refer to?
Message: PerformanceMonitor.CleanNonLiveThreads() failed. System.OutOfMemoryException: Insufficient memory to continue the execution of the program.
at System.Text.StringBuilder.ExpandByABlock(Int32 minBlockCharCount)
at System.Text.StringBuilder.Append(Char* value, Int32 valueCount)
at System.Text.StringBuilder.AppendHelper(String value)
at System.Text.StringBuilder.Append(String value)
at Metrix.Global.ServerRequest.PrintMessages()
at Metrix.Global.PerformanceMonitor.PrintMessages(Int32 threadID, StringBuilder sb)
at Metrix.Global.PerformanceMonitor.CleanNonLiveThreads()
I have checked the server performance and it appears to be normal.