moopless / stratum-mining-litecoin

This fork is no longer maintained. Please use https://github.com/ahmedbodi/stratum-mining
Other
38 stars 35 forks source link

How can I reduce I/O HD requests ? #59

Open nicoschtein opened 10 years ago

nicoschtein commented 10 years ago

I am getting a huge load of I/O disk requests, for which i am paying a LOT.. What settings can i play with to reduce the amount of requests? Apart from diff..

pocesar commented 10 years ago

not really settings, but you can implement the use memcached, write to disk in bulk only when necessary, read only from the memory, fetch data from the disk only when necessary, like on blocknotify