For those who find it interesting, enjoy!

    • SomeOtherUsername
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      Great! 😁 I was just wondering because the memory graph showed sharp falls in memory usage every ~30 mins.

        • SomeOtherUsername
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          2 years ago

          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.