Skip to content
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

lr-mame needs significantly higher ram to build then free #3383

Open
theofficialgman opened this issue Aug 5, 2021 · 2 comments
Open

lr-mame needs significantly higher ram to build then free #3383

theofficialgman opened this issue Aug 5, 2021 · 2 comments

Comments

@theofficialgman
Copy link
Contributor

lr-mame compilation slows to a craw with only 4GB (ram+swap) allocated

as it is now, all ram+swap that retropie makes is filled during multiple parts of the lr-mame build, significantly slowing the build
this is because of the variable number of threads that could be assigned for the build, when you spawn more threads for a build it is pretty much guaranteed that the ram usage will increase as some function of the number of threads used for compilation

maybe the rpSwap on function could be made to scale with the max_threads value?

rpSwap on 4096
@cmitu
Copy link
Contributor

cmitu commented Feb 25, 2024

@theofficialgman can you check if this is still the case after #3874
Scratch that, we only bumped the memory requiremend for the emulator, not the Libretro core.

@cmitu
Copy link
Contributor

cmitu commented Feb 27, 2024

@theofficialgman can you try and see if #3877 helps this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants