You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: