mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[GH-ISSUE #1151] shadps4 out of device memory on bloodborne. #363
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#363
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dictavios on GitHub (Sep 29, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1151
Last build tried (), my rig has 16gb of ram and my gpu 8gb vram. I'm using msi afterburner to check the memory use and the emu crashes when vram and ram are not even full filled. ram goes as high as 13gb and vram 7gb. I'll share the log. Used 720p patch, no sfx folder. Tried the 360p patch and same results despite lower ram and vram usage.
I5 10400f
rx 6600 8gb
16gb ram
shad_log.txt
@purgea commented on GitHub (Sep 30, 2024):
Your GPU VRAM has reached 7GB and what happened is that the emulator tried to allocate another buffer and failed to do so because of the lack of memory, there is a difference between memory allocation and memory consumption, if any piece of software fails to allocate memory, it will throw an exception.
Basically, your GPU (mine as well) has 8GB VRAM which at this point is not ideal, you will need to restart the emulator after every few warps and deaths due to the memory leaks being present because of the sfx (mostly)
@Dictavios commented on GitHub (Sep 30, 2024):
Thanks for the reply. Thing is that even on 360p patched, which uses no more than 6gb, crashes the same. Ive seen videos of the game running on 7gb vram on way less powerful gpus such as 1050ti.
@Hermiten commented on GitHub (Oct 1, 2024):
Duplicate of https://github.com/shadps4-emu/shadPS4/issues/498