The RAM sticks I just bought off eBay - eviltoast
  • @SatanicNotMessianic@lemmy.ml
    link
    fedilink
    English
    14
    edit-2
    6 months ago

    I remember testing ram by compiling the Linux kernel. It was so resource intensive that it tended to use every block of memory, so if I was getting weird crashes or something I would just run a kernel build and see if I needed better diagnostics.

    • naticus
      cake
      link
      fedilink
      English
      66 months ago

      I found out about 2 months ago I had a dead stick because of my Arch install. I kept having data integrity problems and thought my NVMe was dying. And then the other drive was having the same issues. I had reinstalled Arch so many times during this that I memorized ALL the steps from start to end. I really wish I had tested RAM earlier, but was so determined to believe it was the drives.

      • @NaoPb
        link
        English
        16 months ago

        At least you have a lot more experience with installing Arch now. Might be usefull when you want to install it on other PC’s.

        • naticus
          cake
          link
          fedilink
          English
          26 months ago

          Yeah, I’m not a novice to Linux in general, but it was my first time using Arch. Was testing it out after many years of admin of Ubuntu servers and then trying OpenSUSE for gaming. I don’t think I could ever leave Arch now, it’s just so easy to maintain and I finally get the hype.

          • @NaoPb
            link
            English
            16 months ago

            May I ask why you would prefer Arch over others?

            I am not too familiar with Arch. It seems interesting to me to play around with it and follow a guide to set it up on one of my pc’s.

            • naticus
              cake
              link
              fedilink
              English
              26 months ago

              Sure, Arch is very much a distro that you only will install what you want and none of the extras until you find a need. There’s none of the extra bloat you get in most distros. And if you want to install something that isn’t part of a distro package, you can install it via the Arch Users Repository (AUR) which has a combination of both binaries and source packages that will compile at install.

              And most importantly all of that is easy to maintain, including the AUR using either pacman (the package manager) or yay (a wrapper for pacman that can update not only distro packages but anything in AUR). The worst part about installing projects manually is usually you have to do all the work of keeping it up to date, with but yay, it’s just “yay”, say yes a few times, and you’re generally done for everything.

              • @NaoPb
                link
                English
                16 months ago

                Interesting. I’ve used AUR back when I used manjaro that one time, but “yay” sounds really usefull.

                It’s important to me to customize my desktop experience so that I have a similar workflow across all my pc’s. Chances are high I’ll be installing some things out of AUR.

    • @NaoPb
      link
      English
      26 months ago

      What a creative way to test memory. nice :)