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

Constant I/O usage in the game info screen #9004

Closed
vsub opened this issue Sep 23, 2016 · 2 comments
Closed

Constant I/O usage in the game info screen #9004

vsub opened this issue Sep 23, 2016 · 2 comments
Milestone

Comments

@vsub
Copy link

vsub commented Sep 23, 2016

Since v1.2.2-853-g0924dbf #8900
The more saves(not save states)you have,the bigger it will be.

I have 103 and it's around 830kb per second.

@unknownbrackets
Copy link
Collaborator

Probably it's calling GetSaveDataDirectories. If your OS is not broken and you have at least a tiny bit of free RAM, it should cache this, so it's probably not really causing any performance concerns or even keeping your disk awake.

I guess it might be ideal to save a flag on the info object but it's not really a big deal.

-[Unknown]

@vsub
Copy link
Author

vsub commented Sep 24, 2016

The os is fine(Win7 x64)and I have plenty of free ram.
Its just that it didn't do that before that rev

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

3 participants