Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ag3n7

Members
  • Joined

  • Last visited

Solutions

  1. ag3n7's post in Out of Memory? was marked as the answer   
    Using Gemini, it gave me the following instructions to solve my issue. It seems to have worked. Pasting it below in hopes it will help others.
    Yes, I can see exactly what is causing the issue in your syslog.txt.
    The "Out of Memory" error is a symptom, but the root cause is your NVIDIA GPU driver.

    The Problem

    Your log is being flooded with millions of error messages from the NVIDIA driver (NVRM). This is filling up your server's RAM (because Unraid stores logs in RAM), which triggers the "Out of Memory" warnings.
    Here are the key lines from your file:
    Nov 30 04:40:01 Tower kernel: NVRM: kbifInitLtr_GB202: LTR is disabled in the hierarchy (Repeated hundreds of times)
    Nov 30 05:53:56 Tower kernel: NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY]
    What this means: The code GB202 indicates you are using a very new NVIDIA GPU architecture (likely the RTX 50-series you mentioned previously). The driver is struggling to communicate with the card's power management features (LTR = Latency Tolerance Reporting) and is failing to initialize the adapter, getting stuck in a loop that eats up all your memory.

    How to Fix It

    You need to stop the driver from spamming the logs and fixing the communication issue.
    Step 1: Update the Nvidia Driver
    Go to the Settings > User Utilities > Nvidia Driver plugin in Unraid.
    Check if there is an update available. You likely need the very latest "Production" or "New Feature" branch (e.g., version 580.x or newer) to support the RTX 5060 Ti properly.
    If you are on an older version (like 565.x or 570.x), update it and reboot.
    Step 2: Modify Boot Parameters (Crucial for the "LTR" error) The "LTR is disabled" error is a PCIe power state issue often seen on newer cards with certain motherboards. You can force it off.
    Go to the Main tab in Unraid.
    Click on Flash (the name of your USB drive) to open its settings.
    Scroll down to Syslinux Configuration.
    Look for the line starting with append. It usually looks like: append initrd=/bzroot
    Add pcie_aspm=off to the end of that line. It should look like this: append initrd=/bzroot pcie_aspm=off (Note: Ensure there is a space before the new command).
    Click Apply.
    Step 3: Reboot Restart your server. This will:
    Clear the full log file (freeing up your RAM).
    Apply the new driver and boot settings.
    Once rebooted, check your log again. The NVRM spam should be gone, and your memory usage should return to normal.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.