OOMKilled flag never set on Windows. #39611
Labels
kind/enhancement
Enhancements are not bugs or new features but can improve usability or performance.
platform/windows
State.OOMKilled
is never set when runningdocker inspect
on a container on Windows, even if that container exceeded its memory limit. This is a known shortcoming; the test is explicitly skipped on Windows. I'm aware that the "OOM killer" is Linux specific, but perhaps there's a way to communicate that a container exceeded its memory limit on Windows as well.The text was updated successfully, but these errors were encountered: