Newly build PC keeps crashing when I run algorithms in Docker container

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bemi
    PCHF Member
    • Apr 2025
    • 1

    #1

    Newly build PC keeps crashing when I run algorithms in Docker container

    I have problems with my newly built work PC. I didn’t build it myself; I only provided what hardware I wanted, and it arrived already built. I also have no idea if the problem is hardware related, or if sth needs to be updated or sth else. Here is everything that I managed to collect about the problem:

    My PC randomly crashes while running algorithms for MRI image reconstruction or segmentation inside Docker containers. The Docker logs contain no errors. I’ve limited the amount of CPUs to 9, memory to 32GB and 2.5GB for swap.

    The crashes appear to be completely random – sometimes it crashes within a few minutes, other times the same workload runs for several hours without any issues.

    I’ve extensively checked the logs using the journalctl command, but I can’t find anything that could be connected to the crash. There are also no new logs in /var/crash after the crash occurs.

    When I run the same programs and data on my laptop (which has significantly weaker hardware), the laptop does not crash. I ran a stress test for the CPU last night, and it passed perfectly.

    PC Build Specs:

    [ul]
    [li]CPU: Intel Core i7-14700[/li][li]Motherboard: B660 (DDR4 support)[/li][li]RAM: 64 GB (2×32 GB) DDR4-3200[/li][li]GPU: NVIDIA RTX 4070 12 GB[/li][li]Storage: 4 TB NVMe SSD[/li][li]PSU: 1500W[/li][li]OS: Ubuntu 20.04.2[/li][/ul]
  • Malnutrition
    PCHF Moderator
    • Jul 2016
    • 7045

    #2
    Ubuntu 20.04 likely has kernel 5.4, which predates 14th-gen Intel support.

    First update package lists

    [COLOR=rgb(251, 160, 38)]sudo apt update

    Install the HWE kernel and headers

    [COLOR=rgb(243, 121, 52)]sudo apt install --install-recommends linux-generic-hwe-20.04 linux-headers-generic-hwe-20.04

    Reboot to apply changes

    [COLOR=rgb(243, 121, 52)]sudo reboot

    BIOS updates are essential for newer CPUs on older chipsets.

    https://www.asus.com/motherboards-co...E-B660-PLUS-D4[/COLOR][/COLOR][/COLOR]

    Comment

    • Malnutrition
      PCHF Moderator
      • Jul 2016
      • 7045

      #3
      Ubuntu 20.04 likely has kernel 5.4, which predates 14th-gen Intel support.

      First update package lists

      [COLOR=rgb(251, 160, 38)]sudo apt update

      Install the HWE kernel and headers

      [COLOR=rgb(243, 121, 52)]sudo apt install --install-recommends linux-generic-hwe-20.04 linux-headers-generic-hwe-20.04

      Reboot to apply changes

      [COLOR=rgb(243, 121, 52)]sudo reboot

      BIOS updates are essential for newer CPUs on older chipsets.

      https://www.asus.com/motherboards-co...E-B660-PLUS-D4[/COLOR][/COLOR][/COLOR]

      Comment

      • Malnutrition
        PCHF Moderator
        • Jul 2016
        • 7045

        #4
        @Bemi I’m afraid that I over looked a part of your post.
        Originally posted by Bemi
        I have problems with my newly built [COLOR=rgb(184, 49, 47)]work PC
        [/COLOR]
        [COLOR=rgb(184, 49, 47)]
        Unfortunately we are unable to help with work machines, this is for help with personal machines only. I hope you understand.

        Rule #15 From this link.

        [COLOR=rgb(243, 121, 52)]15. PCHF can not and will not offer advice for business use. PCHF only offers assistance for personal use.[/COLOR][/color]

        Comment

        • Malnutrition
          PCHF Moderator
          • Jul 2016
          • 7045

          #5
          @Bemi I’m afraid that I over looked a part of your post.
          Originally posted by Bemi
          I have problems with my newly built [COLOR=rgb(184, 49, 47)]work PC
          [/COLOR]
          [COLOR=rgb(184, 49, 47)]
          Unfortunately we are unable to help with work machines, this is for help with personal machines only. I hope you understand.

          Rule #15 From this link.

          [COLOR=rgb(243, 121, 52)]15. PCHF can not and will not offer advice for business use. PCHF only offers assistance for personal use.[/COLOR][/color]

          Comment

          • phillpower2
            PCHF Administrator
            • Sep 2016
            • 15209

            #6
            Zero response from the OP, abandoned thread closed.

            Comment

            • phillpower2
              PCHF Administrator
              • Sep 2016
              • 15209

              #7
              Zero response from the OP, abandoned thread closed.

              Comment

              Working...