-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible memory management issues. #93
Comments
muvm configures the VM to use a maximum of ~80% of the RAM available in the system. If the game is not expected to use that much memory, it's likely that what's consuming memory it's the filesystem cache in the guest. #89 should drastically improve this behavior. |
I was thinking of testing this. How could I test the branch on the system? I know I need to compile via rust. By doing a cargo build release. |
I notice when I try running programs that don't particularly need much memory like fex running steam and SB cosmic shake running (4gb ram required for game which also works fine on a 2gb gpu). It quickly runs out of memory on 16gb unified memory m2 pro MacBook Pro under asahi Linux using gnome.
I've tried utilizing swap and it doesn't seem to get utilized enough (never used 1/8th of the 16gb swap). I'm wondering if muvm is having issues in this manner sharing its memory to the host.
Is this the right area to post such report? I just use GitHub and discord for bug reports.
The text was updated successfully, but these errors were encountered: