❔ Weird memory consumption on linux
Hi I have small app on sdk.web with WebHost and three small services, one of them is using PeriodicTimer. Process.GetCurrentProcess().PrivateMemorySize64 on windows returns around 67 MB of usage but on linux it's returning 147 MB, is it normal?
