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

Memory load too extreme #6

Open
BruceJohnJennerLawso opened this issue Oct 27, 2016 · 2 comments
Open

Memory load too extreme #6

BruceJohnJennerLawso opened this issue Oct 27, 2016 · 2 comments

Comments

@BruceJohnJennerLawso
Copy link
Owner

For the full swtor soundtrack, the memory usage according to gnome system monitor is about 4.2 Gb for 330 mb of audio files loaded, which is a bit much.

Possible solutions might involve creating a random queue of the available files, with only the next 10, 15 etc. files loaded into memory, although Im not really sure of how to do that...

@BruceJohnJennerLawso
Copy link
Owner Author

More or less fixed in 599c0ea, although the load is still pretty high at 1.3 Gb, think this may be an unavoidable issue with opening huge ogg files all at once instead of streaming them, even if only the files that are on deck are loaded into memory

@BruceJohnJennerLawso
Copy link
Owner Author

I still want this fixed so....

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

No branches or pull requests

1 participant