For those who find it interesting, enjoy!

  • @[email protected]
    link
    fedilink
    41 year ago

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

    • @ccunix
      link
      11 year ago

      That is probably the Garbage Collector running.

      • @[email protected]
        link
        fedilink
        3
        edit-2
        1 year 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.

        • @ccunix
          link
          11 year ago

          It was mildly educated guess, I know very little about Rust.