Site icon EfmSoft

¿Qué significa el código NTSTATUS 0xC01E0100 (STATUS_GRAPHICS_NO_VIDEO_MEMORY)?

 
Anterior Siguiente
STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED STATUS_GRAPHICS_CANT_LOCK_MEMORY

STATUS_GRAPHICS_NO_VIDEO_MEMORY

Qué significa STATUS_GRAPHICS_NO_VIDEO_MEMORY

En WDDM, “video memory” es un conjunto de segments y budgets dinámicos, no sólo la cifra física de VRAM instalada. STATUS_GRAPHICS_NO_VIDEO_MEMORY debe leerse junto con tamaño/formato, residency requirement y presión local/non-local.

Una gran cantidad nominal de VRAM no descarta el error si el proceso supera su budget o si resources pinned/no-evictable bloquean el segmento requerido.

Qué comprobar

  • Registre allocation/residency request y resource size/format.
  • Capture process/segment budgets y current usage.
  • Identifique allocations pinned o no evictables.
  • Reduzca peak live resources/stage streaming antes de retry idéntico.

Referencias técnicas


¿Buscas un código diferente? Buscar otro código de estado o error.

Exit mobile version