@AsahiLinux this is incredible work! Where should I report issues? Currently have one where every 20-30 mins steam will abruptly close entirely including the terminal window if I run through there. Thinking it might be the memory manager killing it?
Top-level
@AsahiLinux this is incredible work! Where should I report issues? Currently have one where every 20-30 mins steam will abruptly close entirely including the terminal window if I run through there. Thinking it might be the memory manager killing it? 3 comments
@AsahiLinux Yeah this is on a 16GB M1 Pro machine. I’m noticing the memory usage seems to slowly creep up during my game download as well @pyxlwuff That's probably expected due to page cache RAM usage on the guest. By default muvm allocates up to 80% of the host memory, so if you're using more than 20% on host-side apps then you'll probably OOM sooner or later. You can control this with This will be improved once we enable virtiofs DAX later on, since that makes the guest and host share the filesystem cache pages, so guest RAM usage should largely be true RAM usage. |
@pyxlwuff That looks like an OOM issue, yes. Please remember that 8GB machines are not really supported for gaming, you really want to have 16GB or more.
You can report bugs related to the Remix integration in general here: https://pagure.io/fedora-asahi/remix-bugs/issues
Or if you think it's specifically related to muvm, here: https://github.com/AsahiLinux/muvm/issues