You are viewing a single comment's thread from:

RE: EU Blockchain goes mobile: 2 Watts is all it needs

in #eftg6 years ago

Very tiny modifications are needed such as stacktrace handling or non-SSE blake2 implementation for the PoW purposes (which is not used anymore anyway), main problem are architectural restrictions (as I was trying on 32bit ARM7 instead of 64bit ARM8). Then, when RAM runs out there is too much I/O to handle on much slower memory.

Sort:  

main problem are architectural restrictions (as I was trying on 32bit ARM7 instead of 64bit ARM8). Then, when RAM runs out there is too much I/O to handle on much slower memory.

Will MIRA help mitigate the issue?

Definitely it solves one of my problems that I was facing (unable to allocate such big shared memory file to allow me to replay).