Some system load graphs of last 24h
Some system load graphs of last 24h
For those who find it interesting, enjoy!
Some system load graphs of last 24h
For those who find it interesting, enjoy!
You're viewing a single thread.
Is the memory leak still there?
No! Restarts are disabled and it's OK now!
Great! π I was just wondering because the memory graph showed sharp falls in memory usage every ~30 mins.
That is probably the Garbage Collector running.
Rust has no garbage collector though. Memory is freed up as soon as the variable leaves the current scope.
Iβm guessing the server was still set up to restart every 30 mins at the time this pic was taken. Then they tried disabling that and it was fine.
It was mildly educated guess, I know very little about Rust.