[Bug 104327] [IGT] gem_shrink subtest mmap-gtt oom

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Dec 19 21:36:07 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=104327

--- Comment #6 from Chris Wilson <chris at chris-wilson.co.uk> ---
The problem here is that we end up with all 128 threads hitting the reclaim
logic; each threading pinning the object it has faulted. Only one thread can
make any progress through the oom-logic, but it can't make progress unless it
is the one holding struct_mutex. Ergo it reports failure and the oom-killer
proceeds without mercy.

There is certainly no quick fix for this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20171219/bf888a0f/attachment.html>


More information about the intel-gfx-bugs mailing list