For those who find it interesting, enjoy!

  • RuudOPMA
    link
    272 years ago

    No! Restarts are disabled and it’s OK now!

    • @[email protected]
      link
      fedilink
      42 years ago

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

      • @ccunix
        link
        12 years ago

        That is probably the Garbage Collector running.

        • @[email protected]
          link
          fedilink
          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.

          • @ccunix
            link
            12 years ago

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