RuudM to Lemmy.World [email protected] • edit-21 year agoSome system load graphs of last 24hlemmy.worldmessage-square191fedilinkarrow-up11.72Kfile-text
arrow-up11.71KimageSome system load graphs of last 24hlemmy.worldRuudM to Lemmy.World [email protected] • edit-21 year agomessage-square191fedilinkfile-text
minus-square@SomeOtherUsernamelink4•1 year agoGreat! 😁 I was just wondering because the memory graph showed sharp falls in memory usage every ~30 mins.
minus-square@[email protected]linkfedilink1•1 year agoThat is probably the Garbage Collector running.
minus-square@SomeOtherUsernamelink3•edit-21 year agoRust 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.
minus-square@[email protected]linkfedilink1•1 year agoIt was mildly educated guess, I know very little about Rust.
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.