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

Too many disk I/O operations per second #39

Open
brianjojoray opened this issue Jul 28, 2021 · 1 comment
Open

Too many disk I/O operations per second #39

brianjojoray opened this issue Jul 28, 2021 · 1 comment

Comments

@brianjojoray
Copy link

brianjojoray commented Jul 28, 2021

Used chia-monitor for a few days.
Find this monitor process had I/O reads above 500 miliions and increase 10k per second When I look at the win10 taskmgr.
It's a huge number for I/O reads.
I think it may be damage to disk.
Can you fixed it and reduce I/O operations by using cache?

@philippnormann
Copy link
Owner

Hey @brianjojoray, all I/O operations are caused by our SQLite history database and can be reduced by increasing the refresh intervals in the config.json. If you want to get rid of them completely, you could try to mount the SQLite database (history.db) into a ramdisk, which would eliminate all I/Os and would also make the queries a lot faster. The only drawback is that by doing this, you risk losing your entire history DB in case of a power outage.

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