Whey
Initiate
Hi!
I noticed that my Servuo CORE is not releasing memory, and continuos eat more and more RAM.
I searched in the code and found this lines:
I understand that if garbage collector is enabled when i start my CORE i will see that words in the console line, but nothing is showing.
Is supposed that is normal?
I'm using Windows and .NET Framework: 4.0.30319.18408
Thanks in advance and sorry about my bad english :$
I noticed that my Servuo CORE is not releasing memory, and continuos eat more and more RAM.
I searched in the code and found this lines:
Code:
if (GCSettings.IsServerGC)
{
Utility.PushColor(ConsoleColor.DarkYellow);
Console.WriteLine("Core: Server garbage collection mode enabled");
Utility.PopColor();
}
I understand that if garbage collector is enabled when i start my CORE i will see that words in the console line, but nothing is showing.
Is supposed that is normal?
I'm using Windows and .NET Framework: 4.0.30319.18408
Thanks in advance and sorry about my bad english :$