| Anterior | Siguiente |
| ERROR_VMCOMPUTE_OPERATION_PENDING | ERROR_VMCOMPUTE_INVALID_STATE |
ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS
Qué significa ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS
ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS (-1070137084, 0xC0370104). Se alcanzó el límite de registros de notificación o callbacks para el compute system.
El problema es ownership de callbacks, no exceso de eventos del guest. Registrar repetidamente sin liberar handles puede agotar el límite incluso con una carga pequeña.
Qué comprobar
- Cuenta registrations por sistema y por controlador.
- Comprueba cleanup al destruir/recrear objetos.
- Busca re-registration en retries o reconexiones.
Cómo resolverlo
Reutiliza una registration cuando corresponda y libera cada callback con el lifecycle correcto del sistema.
Cómo confirmar la corrección
Ejecuta múltiples ciclos create/destroy y confirma que el número de registrations vuelve al baseline sin crecimiento acumulativo.
Referencias técnicas
¿Buscas un código diferente? Buscar otro código de estado o error.
