Email or username:

Password:

Forgot your password?
Top-level
Asahi Linux

@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: pagure.io/fedora-asahi/remix-b

Or if you think it's specifically related to muvm, here: github.com/AsahiLinux/muvm/iss

2 comments
Pyxl

@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

Asahi Linux

@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 muvm --mem=X.

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.

Go Up