C
C#2y ago
Pandetthe

❔ 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?
6 Replies
Pandetthe
Pandetthe2y ago
I am using .net 6.0, and I am building app to linux-x64
cumslvt13
cumslvt132y ago
And what are RAM values in Task Manager / top?
Jayy
Jayy2y ago
I mean, have you gotten a memdump?
Monsieur Wholesome
RAM assignment weirdness ™️
Pandetthe
Pandetthe2y ago
? ? Sorry I don't get it, but this is the first time I've worked with publishing app to linux and analysing ram usage
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.