[Bug 94726] [Tonga] ARK: Survival Evolved crashes on savegame load. Out of Memory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 13 16:04:35 UTC 2016


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

--- Comment #6 from Nicolai Hähnle <nhaehnle at gmail.com> ---
Created attachment 122899
  --> https://bugs.freedesktop.org/attachment.cgi?id=122899&action=edit
Workaround patch: unmap buffers as soon as possible

Hi Thomas, thanks for your report. This game is really stressing our buffer
handling :)

The problem is that it tries to create more than 64k buffers, and we keep all
of them mapped, and it looks like we're running into some kind of kernel limit.

The attached patch should help you run the game for now, but it's not a proper
solution because it can degrade performance quite significantly.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160413/ccb32cfe/attachment.html>


More information about the dri-devel mailing list