-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Driver fails to allocate memory for decoder #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
bug
Something isn't working
Comments
Got the same random issue on 5060Ti on 575.51.02 when triggering ffmpeg decoding.
|
Fixing this means either freeing VRAM, tuning your workloads, updating drivers, or hardware upgrades.
Sent from Yahoo Mail for iPhone
On Friday, May 16, 2025, 15:16, Dishu(Lester) Lyu ***@***.***> wrote:
LesterLyu left a comment (NVIDIA/open-gpu-kernel-modules#848)
Got the same random issue on 5060Ti on 575.51.02 when triggering ffmpeg decoding.
[52595.758098] NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from _memdescAllocInternal(pMemDesc) @ mem_desc.c:1353
[52595.759943] NVRM: sysmemConstruct_IMPL: *** Cannot allocate sysmem through fb heap
[52595.760899] NVRM: nvAssertOkFailedNoLog: Assertion failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from pRmApi->Alloc(pRmApi, device->session->handle, isSystemMemory ? device->handle : device->subhandle, &physHandle, isSystemMemory ? NV01_MEMORY_SYSTEM : NV01_MEMORY_LOCAL_USER, &memAllocParams, sizeof(memAllocParams)) @ nv_gpu_ops.c:4647
[52611.858258] NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from _memdescAllocInternal(pMemDesc) @ mem_desc.c:1353
[52611.860142] NVRM: sysmemConstruct_IMPL: *** Cannot allocate sysmem through fb heap
[52611.861108] NVRM: nvAssertOkFailedNoLog: Assertion failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from pRmApi->Alloc(pRmApi, device->session->handle, isSystemMemory ? device->handle : device->subhandle, &physHandle, isSystemMemory ? NV01_MEMORY_SYSTEM : NV01_MEMORY_LOCAL_USER, &memAllocParams, sizeof(memAllocParams)) @ nv_gpu_ops.c:4647
[52620.465122] NVRM: nvCheckOkFailedNoLog: Check failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from _memdescAllocInternal(pMemDesc) @ mem_desc.c:1353
[52620.466954] NVRM: sysmemConstruct_IMPL: *** Cannot allocate sysmem through fb heap
[52620.468136] NVRM: nvAssertOkFailedNoLog: Assertion failed: Out of memory [NV_ERR_NO_MEMORY] (0x00000051) returned from pRmApi->Alloc(pRmApi, device->session->handle, isSystemMemory ? device->handle : device->subhandle, &physHandle, isSystemMemory ? NV01_MEMORY_SYSTEM : NV01_MEMORY_LOCAL_USER, &memAllocParams, sizeof(memAllocParams)) @ nv_gpu_ops.c:4647
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
My VRAM was free for that moment. At least more than 8+ gigs I guess. |
I’ve found a setup that greatly improves stability:
|
The driver itself seems to be running out of kernel memory. Definitely not a VRAM issue. |
Looks like not a VRAM issue indeed. Not good news, because I have 32 gigs of RAM - this is strange |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NVIDIA Open GPU Kernel Modules Version
575.51.03
Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for bugs specific to the open kernel driver.
Operating System and Version
Fedora Linux 42 (KDE Plasma Desktop Edition)
Kernel Release
Linux fedora 6.14.4-300.fc42.x86_64
Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels.
Hardware: GPU
GPU 0: NVIDIA GeForce RTX 5070 (UUID: GPU-0c71241b-6112-2e53-8d60-a2c6e634e234)
Describe the bug
Driver fails to allocate any memory for hw decoding. Even is memory is free. Logs from dmesg says that.
For example - mpv
BUT next try it will be okay. Issue is not consistent. Sometimes it may happen right after suspend wake up.
To Reproduce
Try to use player with hardware decoding support (mpv, firefox, etc).
Bug Incidence
Sometimes
nvidia-bug-report.log.gz
nvidia-bug-report.log.gz
More Info
No response
The text was updated successfully, but these errors were encountered: