pi-node / instructions

254 stars 154 forks source link

File caching #101

Open lehboi opened 3 years ago

lehboi commented 3 years ago

Hi everyone, I observe that the virtual machine pi-consensus uses at least 1GB RAM as buff/cache. At the same time, files used by pi-consensus are also cached in the host RAM. This situation is ineffective. Pi Node uses as twice RAM as it needs and it takes more time to transfer pages between the host cache and the virtual machine cache. Should we use the nocache tool in the pi-consensus to eliminate the situation? Thank you!